#6B3CC0

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

Shades of Purple Heart #6B3CC0

Tints of Purple Heart #6B3CC0

Color information

#6B3CC0 (or 0x6B3CC0) is unknown color: approx Purple Heart. HEX triplet: 6B, 3C and C0. RGB value is (107,60,192). Sum of RGB (Red+Green+Blue) = 107+60+192=359 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.81% from 359); Green value is 60 (23.83% from 255 or 16.71% from 359); Blue value is 192 (75.39% from 255 or 53.48% from 359); Max value from RGB is 192 - color contains mainly: blue. Hex color #6B3CC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B3CC0 is #94C33F. Grayscale: #585858. Windows color (decimal): -9749312 or 12598379. OLE color: 12598379.

HSL color Cylindrical-coordinate representation of color #6B3CC0: hue angle of 261.36º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6B3CC0 is Cyan = 0.44, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10760192-
CMYK0.440.6900.25
HSL261.36º52.38%49.41%-
HSV(B)261.36º68.75%75.29%-
XYZ17.1910.1650.92-
YUV89.1186.07140.77-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 29.81%
GREEN value IS 60 (23.83% from 255) = 16.71%
BLUE value IS 192 (75.39% from 255) = 53.48%
R=29.81%
G=16.71%
B=53.48%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal107601920.440.6900.25261.3652.3849.41
Hex6B3CC02C450191053431
Octal15374300541050314056461
Binary1101011111100110000001011001000101011001100000101110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6B3CC0; }

 p { color: rgb(107,60,192); }

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

<style>
 a { background-color: #6B3CC0; }

 a { background-color: rgb(107,60,192); }

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

<style>
 span { border-color: #6B3CC0; }

 span { border-color: rgb(107,60,192); }

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