Html Css Color HEX #5F40CF Purple Heart

📋 copy color: '#5F40CF'

red 95 ◦ green 64 ◦ blue 207

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

Shades of Purple Heart #5F40CF

Tints of Purple Heart #5F40CF

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.49%

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

R = 25.96%
G = 17.49%
B = 56.56%

CMYK

 C value IS 0.54

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5F40CF (or 0x5F40CF) is known color: Purple Heart. HEX triplet: 5F, 40 and CF. RGB value is (95,64,207). Sum of RGB (Red+Green+Blue) = 95+64+207=366 (48% of max value = 765). Red value is 95 (37.5% from 255 or 25.96% from 366); Green value is 64 (25.39% from 255 or 17.49% from 366); Blue value is 207 (81.25% from 255 or 56.56% from 366); Max value from RGB is 207 - color contains mainly: blue. Hex color #5F40CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F40CF is #A0BF30. Grayscale: #595959. Windows color (decimal): -10534705 or 13582431. OLE color: 13582431.

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

Color convert

RGB 95 64 207 -
CMYK 0.54 0.69 0 0.19
HSL 253.01º 0.6% 0.53% -
HSV(B) 253.01º 0.69% 0.81% -
XYZ 17.82 10.6 60.14 -
YUV 89.57 194.27 131.87 -
System Red Green Blue C M Y K H S L
Decimal 95 64 207 0.54 0.69 0 0.19 253.01 0.6 0.53
Hex 5F 40 CF 36 45 0 13 FD 3C 35
Octal 137 100 317 66 105 0 23 375 74 65
Binary 1011111 1000000 11001111 110110 1000101 0 10011 11111101 111100 110101

Color Harmonies of #5F40CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F40CF

Black with #5F40CF

Text Example


Text Example

White with #5F40CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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