#6B41C9

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

Shades of Purple Heart #6B41C9

Tints of Purple Heart #6B41C9

Color information

#6B41C9 (or 0x6B41C9) is unknown color: approx Purple Heart. HEX triplet: 6B, 41 and C9. RGB value is (107,65,201). Sum of RGB (Red+Green+Blue) = 107+65+201=373 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.69% from 373); Green value is 65 (25.78% from 255 or 17.43% from 373); Blue value is 201 (78.91% from 255 or 53.89% from 373); Max value from RGB is 201 - color contains mainly: blue. Hex color #6B41C9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B41C9 is #94BE36. Grayscale: #5C5C5C. Windows color (decimal): -9748023 or 13189483. OLE color: 13189483.

HSL color Cylindrical-coordinate representation of color #6B41C9: hue angle of 258.53º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6B41C9 is Cyan = 0.47, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB10765201-
CMYK0.470.6800.21
HSL258.53º55.74%52.16%-
HSV(B)258.53º67.66%78.82%-
XYZ18.511.1256.43-
YUV93.06188.91137.94-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 28.69%
GREEN value IS 65 (25.78% from 255) = 17.43%
BLUE value IS 201 (78.91% from 255) = 53.89%
R=28.69%
G=17.43%
B=53.89%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal107652010.470.6800.21258.5355.7452.16
Hex6B41C92F440151033834
Octal153101311571040254037064
Binary11010111000001110010011011111000100010101100000011111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B41C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,65,201); }

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

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

 a { background-color: rgb(107,65,201); }

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

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

 span { border-color: rgb(107,65,201); }

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