Html Css Color HEX #5F35D2 Purple Heart

📋 copy color: '#5F35D2'

red 95 ◦ green 53 ◦ blue 210

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

Shades of Purple Heart #5F35D2

Tints of Purple Heart #5F35D2

RGB

 RED value IS 95 (37.5% from 255) = 26.54%

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

 BLUE value IS 210 (82.42% from 255) = 58.66%

R = 26.54%
G = 14.8%
B = 58.66%

CMYK

 C value IS 0.55

 M value IS 0.75

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#5F35D2 (or 0x5F35D2) is known color: Purple Heart. HEX triplet: 5F, 35 and D2. RGB value is (95,53,210). Sum of RGB (Red+Green+Blue) = 95+53+210=358 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.54% from 358); Green value is 53 (21.09% from 255 or 14.80% from 358); Blue value is 210 (82.42% from 255 or 58.66% from 358); Max value from RGB is 210 - color contains mainly: blue. Hex color #5F35D2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F35D2 is #A0CA2D. Grayscale: #525252. Windows color (decimal): -10537518 or 13776223. OLE color: 13776223.

HSL color Cylindrical-coordinate representation of color #5F35D2: hue angle of 256.05º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5F35D2 is Cyan = 0.55, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 95 53 210 -
CMYK 0.55 0.75 0 0.18
HSL 256.05º 0.64% 0.52% -
HSV(B) 256.05º 0.75% 0.82% -
XYZ 17.63 9.63 61.9 -
YUV 83.46 199.41 136.23 -
System Red Green Blue C M Y K H S L
Decimal 95 53 210 0.55 0.75 0 0.18 256.05 0.64 0.52
Hex 5F 35 D2 37 4B 0 12 100 40 34
Octal 137 65 322 67 113 0 22 400 100 64
Binary 1011111 110101 11010010 110111 1001011 0 10010 100000000 1000000 110100

Color Harmonies of #5F35D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F35D2

Black with #5F35D2

Text Example


Text Example

White with #5F35D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F35D2; }

 p { color: rgb(95,53,210); }

 H1.HeaderClassName
 {
   color: #5F35D2;
 }
 .AnyTagClassName
 {
   color: #5F35D2;
 }
</style>

background-color css

<style>
 a { background-color: #5F35D2; }

 a { background-color: rgb(95,53,210); }

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

border-color css

<style>
 span { border-color: #5F35D2; }

 span { border-color: rgb(95,53,210); }

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