Html Css Color HEX #6E3CCA Purple Heart

📋 copy color: '#6E3CCA'

red 110 ◦ green 60 ◦ blue 202

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

Shades of Purple Heart #6E3CCA

Tints of Purple Heart #6E3CCA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.13%

 BLUE value IS 202 (79.3% from 255) = 54.3%

R = 29.57%
G = 16.13%
B = 54.3%

CMYK

 C value IS 0.46

 M value IS 0.70

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6E3CCA (or 0x6E3CCA) is known color: Purple Heart. HEX triplet: 6E, 3C and CA. RGB value is (110,60,202). Sum of RGB (Red+Green+Blue) = 110+60+202=372 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.57% from 372); Green value is 60 (23.83% from 255 or 16.13% from 372); Blue value is 202 (79.30% from 255 or 54.30% from 372); Max value from RGB is 202 - color contains mainly: blue. Hex color #6E3CCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E3CCA is #91C335. Grayscale: #5A5A5A. Windows color (decimal): -9552694 or 13253742. OLE color: 13253742.

HSL color Cylindrical-coordinate representation of color #6E3CCA: hue angle of 261.13º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6E3CCA is Cyan = 0.46, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 110 60 202 -
CMYK 0.46 0.70 0 0.21
HSL 261.13º 0.57% 0.51% -
HSV(B) 261.13º 0.7% 0.79% -
XYZ 18.71 10.81 56.98 -
YUV 91.14 190.57 141.45 -
System Red Green Blue C M Y K H S L
Decimal 110 60 202 0.46 0.70 0 0.21 261.13 0.57 0.51
Hex 6E 3C CA 2E 46 0 15 105 39 33
Octal 156 74 312 56 106 0 25 405 71 63
Binary 1101110 111100 11001010 101110 1000110 0 10101 100000101 111001 110011

Color Harmonies of #6E3CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3CCA

Black with #6E3CCA

Text Example


Text Example

White with #6E3CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,60,202); }

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

background-color css

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

 a { background-color: rgb(110,60,202); }

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

border-color css

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

 span { border-color: rgb(110,60,202); }

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