Html Css Color HEX #6E1FCD Purple Heart

📋 copy color: '#6E1FCD'

red 110 ◦ green 31 ◦ blue 205

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

Shades of Purple Heart #6E1FCD

Tints of Purple Heart #6E1FCD

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.96%

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

R = 31.79%
G = 8.96%
B = 59.25%

CMYK

 C value IS 0.46

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6E1FCD (or 0x6E1FCD) is known color: Purple Heart. HEX triplet: 6E, 1F and CD. RGB value is (110,31,205). Sum of RGB (Red+Green+Blue) = 110+31+205=346 (45% of max value = 765). Red value is 110 (43.36% from 255 or 31.79% from 346); Green value is 31 (12.5% from 255 or 8.96% from 346); Blue value is 205 (80.47% from 255 or 59.25% from 346); Max value from RGB is 205 - color contains mainly: blue. Hex color #6E1FCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E1FCD is #91E032. Grayscale: #494949. Windows color (decimal): -9560115 or 13442926. OLE color: 13442926.

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

Color convert

RGB 110 31 205 -
CMYK 0.46 0.85 0 0.20
HSL 267.24º 0.74% 0.46% -
HSV(B) 267.24º 0.85% 0.8% -
XYZ 17.94 8.7 58.49 -
YUV 74.46 201.67 153.35 -
System Red Green Blue C M Y K H S L
Decimal 110 31 205 0.46 0.85 0 0.20 267.24 0.74 0.46
Hex 6E 1F CD 2E 55 0 14 10B 4A 2E
Octal 156 37 315 56 125 0 24 413 112 56
Binary 1101110 11111 11001101 101110 1010101 0 10100 100001011 1001010 101110

Color Harmonies of #6E1FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E1FCD

Black with #6E1FCD

Text Example


Text Example

White with #6E1FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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