Html Css Color HEX #6E3FCE Purple Heart

📋 copy color: '#6E3FCE'

red 110 ◦ green 63 ◦ blue 206

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

Shades of Purple Heart #6E3FCE

Tints of Purple Heart #6E3FCE

RGB

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

 GREEN value IS 63 (25% from 255) = 16.62%

 BLUE value IS 206 (80.86% from 255) = 54.35%

R = 29.02%
G = 16.62%
B = 54.35%

CMYK

 C value IS 0.47

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6E3FCE (or 0x6E3FCE) is known color: Purple Heart. HEX triplet: 6E, 3F and CE. RGB value is (110,63,206). Sum of RGB (Red+Green+Blue) = 110+63+206=379 (50% of max value = 765). Red value is 110 (43.36% from 255 or 29.02% from 379); Green value is 63 (25% from 255 or 16.62% from 379); Blue value is 206 (80.86% from 255 or 54.35% from 379); Max value from RGB is 206 - color contains mainly: blue. Hex color #6E3FCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E3FCE is #91C031. Grayscale: #5C5C5C. Windows color (decimal): -9551922 or 13516654. OLE color: 13516654.

HSL color Cylindrical-coordinate representation of color #6E3FCE: hue angle of 259.72º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6E3FCE is Cyan = 0.47, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 110 63 206 -
CMYK 0.47 0.69 0 0.19
HSL 259.72º 0.59% 0.53% -
HSV(B) 259.72º 0.69% 0.81% -
XYZ 19.35 11.33 59.56 -
YUV 93.36 191.57 139.87 -
System Red Green Blue C M Y K H S L
Decimal 110 63 206 0.47 0.69 0 0.19 259.72 0.59 0.53
Hex 6E 3F CE 2F 45 0 13 104 3B 35
Octal 156 77 316 57 105 0 23 404 73 65
Binary 1101110 111111 11001110 101111 1000101 0 10011 100000100 111011 110101

Color Harmonies of #6E3FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3FCE

Black with #6E3FCE

Text Example


Text Example

White with #6E3FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,63,206); }

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

background-color css

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

 a { background-color: rgb(110,63,206); }

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

border-color css

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

 span { border-color: rgb(110,63,206); }

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