Html Css Color HEX #5F37CF Purple Heart

📋 copy color: '#5F37CF'

red 95 ◦ green 55 ◦ blue 207

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

Shades of Purple Heart #5F37CF

Tints of Purple Heart #5F37CF

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.41%

 BLUE value IS 207 (81.25% from 255) = 57.98%

R = 26.61%
G = 15.41%
B = 57.98%

CMYK

 C value IS 0.54

 M value IS 0.73

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5F37CF (or 0x5F37CF) is known color: Purple Heart. HEX triplet: 5F, 37 and CF. RGB value is (95,55,207). Sum of RGB (Red+Green+Blue) = 95+55+207=357 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.61% from 357); Green value is 55 (21.88% from 255 or 15.41% from 357); Blue value is 207 (81.25% from 255 or 57.98% from 357); Max value from RGB is 207 - color contains mainly: blue. Hex color #5F37CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F37CF is #A0C830. Grayscale: #535353. Windows color (decimal): -10537009 or 13580127. OLE color: 13580127.

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

Color convert

RGB 95 55 207 -
CMYK 0.54 0.73 0 0.19
HSL 255.79º 0.61% 0.51% -
HSV(B) 255.79º 0.73% 0.81% -
XYZ 17.35 9.67 59.98 -
YUV 84.29 197.25 135.64 -
System Red Green Blue C M Y K H S L
Decimal 95 55 207 0.54 0.73 0 0.19 255.79 0.61 0.51
Hex 5F 37 CF 36 49 0 13 100 3D 33
Octal 137 67 317 66 111 0 23 400 75 63
Binary 1011111 110111 11001111 110110 1001001 0 10011 100000000 111101 110011

Color Harmonies of #5F37CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F37CF

Black with #5F37CF

Text Example


Text Example

White with #5F37CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,55,207); }

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

background-color css

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

 a { background-color: rgb(95,55,207); }

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

border-color css

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

 span { border-color: rgb(95,55,207); }

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