Html Css Color HEX #6E12CB Purple Heart

📋 copy color: '#6E12CB'

red 110 ◦ green 18 ◦ blue 203

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

Shades of Purple Heart #6E12CB

Tints of Purple Heart #6E12CB

RGB

 RED value IS 110 (43.36% from 255) = 33.23%

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

 BLUE value IS 203 (79.69% from 255) = 61.33%

R = 33.23%
G = 5.44%
B = 61.33%

CMYK

 C value IS 0.46

 M value IS 0.91

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6E12CB (or 0x6E12CB) is known color: Purple Heart. HEX triplet: 6E, 12 and CB. RGB value is (110,18,203). Sum of RGB (Red+Green+Blue) = 110+18+203=331 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.23% from 331); Green value is 18 (7.42% from 255 or 5.44% from 331); Blue value is 203 (79.69% from 255 or 61.33% from 331); Max value from RGB is 203 - color contains mainly: blue. Hex color #6E12CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E12CB is #91ED34. Grayscale: #414141. Windows color (decimal): -9563445 or 13308526. OLE color: 13308526.

HSL color Cylindrical-coordinate representation of color #6E12CB: hue angle of 269.84º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6E12CB is Cyan = 0.46, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 110 18 203 -
CMYK 0.46 0.91 0 0.20
HSL 269.84º 0.84% 0.43% -
HSV(B) 269.84º 0.91% 0.8% -
XYZ 17.43 8.06 57.14 -
YUV 66.6 204.98 158.96 -
System Red Green Blue C M Y K H S L
Decimal 110 18 203 0.46 0.91 0 0.20 269.84 0.84 0.43
Hex 6E 12 CB 2E 5B 0 14 10E 54 2B
Octal 156 22 313 56 133 0 24 416 124 53
Binary 1101110 10010 11001011 101110 1011011 0 10100 100001110 1010100 101011

Color Harmonies of #6E12CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E12CB

Black with #6E12CB

Text Example


Text Example

White with #6E12CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,18,203); }

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

background-color css

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

 a { background-color: rgb(110,18,203); }

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

border-color css

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

 span { border-color: rgb(110,18,203); }

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