#6B13CF

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

Shades of Purple Heart #6B13CF

Tints of Purple Heart #6B13CF

Color information

#6B13CF (or 0x6B13CF) is unknown color: approx Purple Heart. HEX triplet: 6B, 13 and CF. RGB value is (107,19,207). Sum of RGB (Red+Green+Blue) = 107+19+207=333 (44% of max value = 765). Red value is 107 (42.19% from 255 or 32.13% from 333); Green value is 19 (7.81% from 255 or 5.71% from 333); Blue value is 207 (81.25% from 255 or 62.16% from 333); Max value from RGB is 207 - color contains mainly: blue. Hex color #6B13CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6B13CF is #94EC30. Grayscale: #424242. Windows color (decimal): -9759793 or 13570923. OLE color: 13570923.

HSL color Cylindrical-coordinate representation of color #6B13CF: hue angle of 268.09º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6B13CF is Cyan = 0.48, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB10719207-
CMYK0.480.9100.19
HSL268.09º83.19%44.31%-
HSV(B)268.09º90.82%81.18%-
XYZ17.568.159.67-
YUV66.74207.15156.71-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 32.13%
GREEN value IS 19 (7.81% from 255) = 5.71%
BLUE value IS 207 (81.25% from 255) = 62.16%
R=32.13%
G=5.71%
B=62.16%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal107192070.480.9100.19268.0983.1944.31
Hex6B13CF305B01310c532c
Octal153233176013302341412354
Binary1101011100111100111111000010110110100111000011001010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B13CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,19,207); }

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

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

 a { background-color: rgb(107,19,207); }

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

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

 span { border-color: rgb(107,19,207); }

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