Html Css Color HEX #6B12DC Purple Heart

📋 copy color: '#6B12DC'

red 107 ◦ green 18 ◦ blue 220

#6B12DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #6B12DC

Tints of Purple Heart #6B12DC

RGB

 RED value IS 107 (42.19% from 255) = 31.01%

 GREEN value IS 18 (7.42% from 255) = 5.22%

 BLUE value IS 220 (86.33% from 255) = 63.77%

R = 31.01%
G = 5.22%
B = 63.77%

CMYK

 C value IS 0.51

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6B12DC (or 0x6B12DC) is known color: Purple Heart. HEX triplet: 6B, 12 and DC. RGB value is (107,18,220). Sum of RGB (Red+Green+Blue) = 107+18+220=345 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.01% from 345); Green value is 18 (7.42% from 255 or 5.22% from 345); Blue value is 220 (86.33% from 255 or 63.77% from 345); Max value from RGB is 220 - color contains mainly: blue. Hex color #6B12DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6B12DC is #94ED23. Grayscale: #424242. Windows color (decimal): -9760036 or 14422635. OLE color: 14422635.

HSL color Cylindrical-coordinate representation of color #6B12DC: hue angle of 266.44º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6B12DC is Cyan = 0.51, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 107 18 220 -
CMYK 0.51 0.92 0 0.14
HSL 266.44º 0.85% 0.47% -
HSV(B) 266.44º 0.92% 0.86% -
XYZ 19.2 8.73 68.38 -
YUV 67.64 213.99 156.07 -
System Red Green Blue C M Y K H S L
Decimal 107 18 220 0.51 0.92 0 0.14 266.44 0.85 0.47
Hex 6B 12 DC 33 5C 0 E 10A 55 2F
Octal 153 22 334 63 134 0 16 412 125 57
Binary 1101011 10010 11011100 110011 1011100 0 1110 100001010 1010101 101111

Color Harmonies of #6B12DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B12DC

Black with #6B12DC

Text Example


Text Example

White with #6B12DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,18,220); }

 H1.HeaderClassName
 {
   color: #6B12DC;
 }
 .AnyTagClassName
 {
   color: #6B12DC;
 }
</style>

background-color css

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

 a { background-color: rgb(107,18,220); }

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

border-color css

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

 span { border-color: rgb(107,18,220); }

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