#6B40CC

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

Shades of Purple Heart #6B40CC

Tints of Purple Heart #6B40CC

Color information

#6B40CC (or 0x6B40CC) is unknown color: approx Purple Heart. HEX triplet: 6B, 40 and CC. RGB value is (107,64,204). Sum of RGB (Red+Green+Blue) = 107+64+204=375 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.53% from 375); Green value is 64 (25.39% from 255 or 17.07% from 375); Blue value is 204 (80.08% from 255 or 54.4% from 375); Max value from RGB is 204 - color contains mainly: blue. Hex color #6B40CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B40CC is #94BF33. Grayscale: #5C5C5C. Windows color (decimal): -9748276 or 13385835. OLE color: 13385835.

HSL color Cylindrical-coordinate representation of color #6B40CC: hue angle of 258.43º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6B40CC is Cyan = 0.48, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB10764204-
CMYK0.480.6900.2
HSL258.43º57.85%52.55%-
HSV(B)258.43º68.63%80%-
XYZ18.811.1558.29-
YUV92.82190.75138.12-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 28.53%
GREEN value IS 64 (25.39% from 255) = 17.07%
BLUE value IS 204 (80.08% from 255) = 54.4%
R=28.53%
G=17.07%
B=54.4%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal107642040.480.6900.2258.4357.8552.55
Hex6B40CC30450141023a35
Octal153100314601050244027265
Binary11010111000000110011001100001000101010100100000010111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B40CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,64,204); }

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

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

 a { background-color: rgb(107,64,204); }

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

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

 span { border-color: rgb(107,64,204); }

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