Html Css Color HEX #6E2ECA Purple Heart

📋 copy color: '#6E2ECA'

red 110 ◦ green 46 ◦ blue 202

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

Shades of Purple Heart #6E2ECA

Tints of Purple Heart #6E2ECA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.85%

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

R = 30.73%
G = 12.85%
B = 56.42%

CMYK

 C value IS 0.46

 M value IS 0.77

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6E2ECA (or 0x6E2ECA) is known color: Purple Heart. HEX triplet: 6E, 2E and CA. RGB value is (110,46,202). Sum of RGB (Red+Green+Blue) = 110+46+202=358 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.73% from 358); Green value is 46 (18.36% from 255 or 12.85% from 358); Blue value is 202 (79.30% from 255 or 56.42% from 358); Max value from RGB is 202 - color contains mainly: blue. Hex color #6E2ECA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E2ECA is #91D135. Grayscale: #525252. Windows color (decimal): -9556278 or 13250158. OLE color: 13250158.

HSL color Cylindrical-coordinate representation of color #6E2ECA: hue angle of 264.62º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6E2ECA is Cyan = 0.46, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 110 46 202 -
CMYK 0.46 0.77 0 0.21
HSL 264.62º 0.63% 0.49% -
HSV(B) 264.62º 0.77% 0.79% -
XYZ 18.07 9.53 56.76 -
YUV 82.92 195.2 147.32 -
System Red Green Blue C M Y K H S L
Decimal 110 46 202 0.46 0.77 0 0.21 264.62 0.63 0.49
Hex 6E 2E CA 2E 4D 0 15 109 3F 31
Octal 156 56 312 56 115 0 25 411 77 61
Binary 1101110 101110 11001010 101110 1001101 0 10101 100001001 111111 110001

Color Harmonies of #6E2ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2ECA

Black with #6E2ECA

Text Example


Text Example

White with #6E2ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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