Html Css Color HEX #5F31CF Purple Heart

📋 copy color: '#5F31CF'

red 95 ◦ green 49 ◦ blue 207

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

Shades of Purple Heart #5F31CF

Tints of Purple Heart #5F31CF

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.96%

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

R = 27.07%
G = 13.96%
B = 58.97%

CMYK

 C value IS 0.54

 M value IS 0.76

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5F31CF (or 0x5F31CF) is known color: Purple Heart. HEX triplet: 5F, 31 and CF. RGB value is (95,49,207). Sum of RGB (Red+Green+Blue) = 95+49+207=351 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.07% from 351); Green value is 49 (19.53% from 255 or 13.96% from 351); Blue value is 207 (81.25% from 255 or 58.97% from 351); Max value from RGB is 207 - color contains mainly: blue. Hex color #5F31CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F31CF is #A0CE30. Grayscale: #505050. Windows color (decimal): -10538545 or 13578591. OLE color: 13578591.

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

Color convert

RGB 95 49 207 -
CMYK 0.54 0.76 0 0.19
HSL 257.47º 0.62% 0.5% -
HSV(B) 257.47º 0.76% 0.81% -
XYZ 17.08 9.13 59.89 -
YUV 80.77 199.24 138.15 -
System Red Green Blue C M Y K H S L
Decimal 95 49 207 0.54 0.76 0 0.19 257.47 0.62 0.5
Hex 5F 31 CF 36 4C 0 13 101 3E 32
Octal 137 61 317 66 114 0 23 401 76 62
Binary 1011111 110001 11001111 110110 1001100 0 10011 100000001 111110 110010

Color Harmonies of #5F31CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F31CF

Black with #5F31CF

Text Example


Text Example

White with #5F31CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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