Html Css Color HEX #6E3CC6 Purple Heart

📋 copy color: '#6E3CC6'

red 110 ◦ green 60 ◦ blue 198

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

Shades of Purple Heart #6E3CC6

Tints of Purple Heart #6E3CC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 53.8%

R = 29.89%
G = 16.3%
B = 53.8%

CMYK

 C value IS 0.44

 M value IS 0.70

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#6E3CC6 (or 0x6E3CC6) is known color: Purple Heart. HEX triplet: 6E, 3C and C6. RGB value is (110,60,198). Sum of RGB (Red+Green+Blue) = 110+60+198=368 (48% of max value = 765). Red value is 110 (43.36% from 255 or 29.89% from 368); Green value is 60 (23.83% from 255 or 16.30% from 368); Blue value is 198 (77.73% from 255 or 53.80% from 368); Max value from RGB is 198 - color contains mainly: blue. Hex color #6E3CC6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E3CC6 is #91C339. Grayscale: #5A5A5A. Windows color (decimal): -9552698 or 12991598. OLE color: 12991598.

HSL color Cylindrical-coordinate representation of color #6E3CC6: hue angle of 261.74º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6E3CC6 is Cyan = 0.44, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 110 60 198 -
CMYK 0.44 0.70 0 0.22
HSL 261.74º 0.55% 0.51% -
HSV(B) 261.74º 0.7% 0.78% -
XYZ 18.24 10.62 54.52 -
YUV 90.68 188.57 141.78 -
System Red Green Blue C M Y K H S L
Decimal 110 60 198 0.44 0.70 0 0.22 261.74 0.55 0.51
Hex 6E 3C C6 2C 46 0 16 106 37 33
Octal 156 74 306 54 106 0 26 406 67 63
Binary 1101110 111100 11000110 101100 1000110 0 10110 100000110 110111 110011

Color Harmonies of #6E3CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3CC6

Black with #6E3CC6

Text Example


Text Example

White with #6E3CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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