Html Css Color HEX #6E3BCA Purple Heart

📋 copy color: '#6E3BCA'

red 110 ◦ green 59 ◦ blue 202

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

Shades of Purple Heart #6E3BCA

Tints of Purple Heart #6E3BCA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.9%

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

R = 29.65%
G = 15.9%
B = 54.45%

CMYK

 C value IS 0.46

 M value IS 0.71

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6E3BCA (or 0x6E3BCA) is known color: Purple Heart. HEX triplet: 6E, 3B and CA. RGB value is (110,59,202). Sum of RGB (Red+Green+Blue) = 110+59+202=371 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.65% from 371); Green value is 59 (23.44% from 255 or 15.90% from 371); Blue value is 202 (79.30% from 255 or 54.45% from 371); Max value from RGB is 202 - color contains mainly: blue. Hex color #6E3BCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E3BCA is #91C435. Grayscale: #5A5A5A. Windows color (decimal): -9552950 or 13253486. OLE color: 13253486.

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

Color convert

RGB 110 59 202 -
CMYK 0.46 0.71 0 0.21
HSL 261.4º 0.57% 0.51% -
HSV(B) 261.4º 0.71% 0.79% -
XYZ 18.66 10.71 56.96 -
YUV 90.55 190.9 141.87 -
System Red Green Blue C M Y K H S L
Decimal 110 59 202 0.46 0.71 0 0.21 261.4 0.57 0.51
Hex 6E 3B CA 2E 47 0 15 105 39 33
Octal 156 73 312 56 107 0 25 405 71 63
Binary 1101110 111011 11001010 101110 1000111 0 10101 100000101 111001 110011

Color Harmonies of #6E3BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3BCA

Black with #6E3BCA

Text Example


Text Example

White with #6E3BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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