Html Css Color HEX #6E35BE Purple Heart

📋 copy color: '#6E35BE'

red 110 ◦ green 53 ◦ blue 190

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

Shades of Purple Heart #6E35BE

Tints of Purple Heart #6E35BE

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.01%

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

R = 31.16%
G = 15.01%
B = 53.82%

CMYK

 C value IS 0.42

 M value IS 0.72

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6E35BE (or 0x6E35BE) is known color: Purple Heart. HEX triplet: 6E, 35 and BE. RGB value is (110,53,190). Sum of RGB (Red+Green+Blue) = 110+53+190=353 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.16% from 353); Green value is 53 (21.09% from 255 or 15.01% from 353); Blue value is 190 (74.61% from 255 or 53.82% from 353); Max value from RGB is 190 - color contains mainly: blue. Hex color #6E35BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E35BE is #91CA41. Grayscale: #555555. Windows color (decimal): -9554498 or 12465518. OLE color: 12465518.

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

Color convert

RGB 110 53 190 -
CMYK 0.42 0.72 0 0.25
HSL 264.96º 0.56% 0.48% -
HSV(B) 264.96º 0.72% 0.75% -
XYZ 17 9.58 49.67 -
YUV 85.66 186.88 145.36 -
System Red Green Blue C M Y K H S L
Decimal 110 53 190 0.42 0.72 0 0.25 264.96 0.56 0.48
Hex 6E 35 BE 2A 48 0 19 109 38 30
Octal 156 65 276 52 110 0 31 411 70 60
Binary 1101110 110101 10111110 101010 1001000 0 11001 100001001 111000 110000

Color Harmonies of #6E35BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E35BE

Black with #6E35BE

Text Example


Text Example

White with #6E35BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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