#6830CC

Color #6830CC Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #6830CC

Tints of Purple Heart #6830CC

Color information

#6830CC (or 0x6830CC) is unknown color: approx Purple Heart. HEX triplet: 68, 30 and CC. RGB value is (104,48,204). Sum of RGB (Red+Green+Blue) = 104+48+204=356 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.21% from 356); Green value is 48 (19.14% from 255 or 13.48% from 356); Blue value is 204 (80.08% from 255 or 57.30% from 356); Max value from RGB is 204 - color contains mainly: blue. Hex color #6830CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6830CC is #97CF33. Grayscale: #515151. Windows color (decimal): -9948980 or 13381736. OLE color: 13381736.

HSL color Cylindrical-coordinate representation of color #6830CC: hue angle of 261.54º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6830CC is Cyan = 0.49, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB10448204-
CMYK0.490.7600.2
HSL261.54º61.9%49.41%-
HSV(B)261.54º76.47%80%-
XYZ17.669.4258.01-
YUV82.53196.55143.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 104 (41.02% from 255) = 29.21%
GREEN value IS 48 (19.14% from 255) = 13.48%
BLUE value IS 204 (80.08% from 255) = 57.30%
R=29.21%
G=13.48%
B=57.30%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal104482040.490.7600.2261.5461.949.41
Hex6830CC314C0141063e31
Octal15060314611140244067661
Binary1101000110000110011001100011001100010100100000110111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6830CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6830CC; }

 p { color: rgb(104,48,204); }

 H1.HeaderClassName
 {
   color: #6830CC;
 }
 .AnyTagClassName
 {
   color: #6830CC;
 }
</style>
background-color css

<style>
 a { background-color: #6830CC; }

 a { background-color: rgb(104,48,204); }

 div.DivClassName
 {
   background-color: #6830CC;
 }
 .BgClassName
 {
   background-color: #6830CC;
 }
</style>
border-color css

<style>
 span { border-color: #6830CC; }

 span { border-color: rgb(104,48,204); }

 td.TdClassName
 {
   border-color: #6830CC;
 }
 .TagClassName
 {
   border-color: #6830CC;
 }
</style>