Html Css Color HEX #6E3CBE Purple Heart

📋 copy color: '#6E3CBE'

red 110 ◦ green 60 ◦ blue 190

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

Shades of Purple Heart #6E3CBE

Tints of Purple Heart #6E3CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 52.78%

R = 30.56%
G = 16.67%
B = 52.78%

CMYK

 C value IS 0.42

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6E3CBE (or 0x6E3CBE) is known color: Purple Heart. HEX triplet: 6E, 3C and BE. RGB value is (110,60,190). Sum of RGB (Red+Green+Blue) = 110+60+190=360 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.56% from 360); Green value is 60 (23.83% from 255 or 16.67% from 360); Blue value is 190 (74.61% from 255 or 52.78% from 360); Max value from RGB is 190 - color contains mainly: blue. Hex color #6E3CBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E3CBE is #91C341. Grayscale: #595959. Windows color (decimal): -9552706 or 12467310. OLE color: 12467310.

HSL color Cylindrical-coordinate representation of color #6E3CBE: hue angle of 263.08º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6E3CBE is Cyan = 0.42, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 110 60 190 -
CMYK 0.42 0.68 0 0.25
HSL 263.08º 0.52% 0.49% -
HSV(B) 263.08º 0.68% 0.75% -
XYZ 17.34 10.26 49.78 -
YUV 89.77 184.57 142.43 -
System Red Green Blue C M Y K H S L
Decimal 110 60 190 0.42 0.68 0 0.25 263.08 0.52 0.49
Hex 6E 3C BE 2A 44 0 19 107 34 31
Octal 156 74 276 52 104 0 31 407 64 61
Binary 1101110 111100 10111110 101010 1000100 0 11001 100000111 110100 110001

Color Harmonies of #6E3CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3CBE

Black with #6E3CBE

Text Example


Text Example

White with #6E3CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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