Html Css Color HEX #6E35D5 Purple Heart

📋 copy color: '#6E35D5'

red 110 ◦ green 53 ◦ blue 213

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

Shades of Purple Heart #6E35D5

Tints of Purple Heart #6E35D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 56.65%

R = 29.26%
G = 14.1%
B = 56.65%

CMYK

 C value IS 0.48

 M value IS 0.75

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6E35D5 (or 0x6E35D5) is known color: Purple Heart. HEX triplet: 6E, 35 and D5. RGB value is (110,53,213). Sum of RGB (Red+Green+Blue) = 110+53+213=376 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.26% from 376); Green value is 53 (21.09% from 255 or 14.10% from 376); Blue value is 213 (83.59% from 255 or 56.65% from 376); Max value from RGB is 213 - color contains mainly: blue. Hex color #6E35D5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E35D5 is #91CA2A. Grayscale: #575757. Windows color (decimal): -9554475 or 13972846. OLE color: 13972846.

HSL color Cylindrical-coordinate representation of color #6E35D5: hue angle of 261.38º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6E35D5 is Cyan = 0.48, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 110 53 213 -
CMYK 0.48 0.75 0 0.16
HSL 261.38º 0.66% 0.52% -
HSV(B) 261.38º 0.75% 0.84% -
XYZ 19.71 10.67 63.97 -
YUV 88.28 198.38 143.49 -
System Red Green Blue C M Y K H S L
Decimal 110 53 213 0.48 0.75 0 0.16 261.38 0.66 0.52
Hex 6E 35 D5 30 4B 0 10 105 42 34
Octal 156 65 325 60 113 0 20 405 102 64
Binary 1101110 110101 11010101 110000 1001011 0 10000 100000101 1000010 110100

Color Harmonies of #6E35D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E35D5

Black with #6E35D5

Text Example


Text Example

White with #6E35D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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