Html Css Color HEX #5F3ACE Purple Heart

📋 copy color: '#5F3ACE'

red 95 ◦ green 58 ◦ blue 206

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

Shades of Purple Heart #5F3ACE

Tints of Purple Heart #5F3ACE

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.16%

 BLUE value IS 206 (80.86% from 255) = 57.38%

R = 26.46%
G = 16.16%
B = 57.38%

CMYK

 C value IS 0.54

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5F3ACE (or 0x5F3ACE) is known color: Purple Heart. HEX triplet: 5F, 3A and CE. RGB value is (95,58,206). Sum of RGB (Red+Green+Blue) = 95+58+206=359 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.46% from 359); Green value is 58 (23.05% from 255 or 16.16% from 359); Blue value is 206 (80.86% from 255 or 57.38% from 359); Max value from RGB is 206 - color contains mainly: blue. Hex color #5F3ACE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F3ACE is #A0C531. Grayscale: #555555. Windows color (decimal): -10536242 or 13515359. OLE color: 13515359.

HSL color Cylindrical-coordinate representation of color #5F3ACE: hue angle of 255º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5F3ACE is Cyan = 0.54, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 95 58 206 -
CMYK 0.54 0.72 0 0.19
HSL 255º 0.6% 0.52% -
HSV(B) 255º 0.72% 0.81% -
XYZ 17.37 9.92 59.39 -
YUV 85.94 195.76 134.47 -
System Red Green Blue C M Y K H S L
Decimal 95 58 206 0.54 0.72 0 0.19 255 0.6 0.52
Hex 5F 3A CE 36 48 0 13 FF 3C 34
Octal 137 72 316 66 110 0 23 377 74 64
Binary 1011111 111010 11001110 110110 1001000 0 10011 11111111 111100 110100

Color Harmonies of #5F3ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F3ACE

Black with #5F3ACE

Text Example


Text Example

White with #5F3ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,58,206); }

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

background-color css

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

 a { background-color: rgb(95,58,206); }

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

border-color css

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

 span { border-color: rgb(95,58,206); }

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