Html Css Color HEX #6E12CD Purple Heart

📋 copy color: '#6E12CD'

red 110 ◦ green 18 ◦ blue 205

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

Shades of Purple Heart #6E12CD

Tints of Purple Heart #6E12CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 61.56%

R = 33.03%
G = 5.41%
B = 61.56%

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

#6E12CD (or 0x6E12CD) is known color: Purple Heart. HEX triplet: 6E, 12 and CD. RGB value is (110,18,205). Sum of RGB (Red+Green+Blue) = 110+18+205=333 (44% of max value = 765). Red value is 110 (43.36% from 255 or 33.03% from 333); Green value is 18 (7.42% from 255 or 5.41% from 333); Blue value is 205 (80.47% from 255 or 61.56% from 333); Max value from RGB is 205 - color contains mainly: blue. Hex color #6E12CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E12CD is #91ED32. Grayscale: #424242. Windows color (decimal): -9563443 or 13439598. OLE color: 13439598.

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

Color convert

RGB 110 18 205 -
CMYK 0.46 0.91 0 0.20
HSL 269.52º 0.84% 0.44% -
HSV(B) 269.52º 0.91% 0.8% -
XYZ 17.67 8.16 58.4 -
YUV 66.83 205.98 158.79 -
System Red Green Blue C M Y K H S L
Decimal 110 18 205 0.46 0.91 0 0.20 269.52 0.84 0.44
Hex 6E 12 CD 2E 5B 0 14 10E 54 2C
Octal 156 22 315 56 133 0 24 416 124 54
Binary 1101110 10010 11001101 101110 1011011 0 10100 100001110 1010100 101100

Color Harmonies of #6E12CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E12CD

Black with #6E12CD

Text Example


Text Example

White with #6E12CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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