Html Css Color HEX #5F2CCA Purple Heart

📋 copy color: '#5F2CCA'

red 95 ◦ green 44 ◦ blue 202

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

Shades of Purple Heart #5F2CCA

Tints of Purple Heart #5F2CCA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.9%

 BLUE value IS 202 (79.3% from 255) = 59.24%

R = 27.86%
G = 12.9%
B = 59.24%

CMYK

 C value IS 0.53

 M value IS 0.78

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5F2CCA (or 0x5F2CCA) is known color: Purple Heart. HEX triplet: 5F, 2C and CA. RGB value is (95,44,202). Sum of RGB (Red+Green+Blue) = 95+44+202=341 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.86% from 341); Green value is 44 (17.58% from 255 or 12.90% from 341); Blue value is 202 (79.30% from 255 or 59.24% from 341); Max value from RGB is 202 - color contains mainly: blue. Hex color #5F2CCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F2CCA is #A0D335. Grayscale: #4C4C4C. Windows color (decimal): -10539830 or 13249631. OLE color: 13249631.

HSL color Cylindrical-coordinate representation of color #5F2CCA: hue angle of 259.37º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5F2CCA is Cyan = 0.53, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 95 44 202 -
CMYK 0.53 0.78 0 0.21
HSL 259.37º 0.64% 0.48% -
HSV(B) 259.37º 0.78% 0.79% -
XYZ 16.28 8.5 56.66 -
YUV 77.26 198.4 140.65 -
System Red Green Blue C M Y K H S L
Decimal 95 44 202 0.53 0.78 0 0.21 259.37 0.64 0.48
Hex 5F 2C CA 35 4E 0 15 103 40 30
Octal 137 54 312 65 116 0 25 403 100 60
Binary 1011111 101100 11001010 110101 1001110 0 10101 100000011 1000000 110000

Color Harmonies of #5F2CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F2CCA

Black with #5F2CCA

Text Example


Text Example

White with #5F2CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,44,202); }

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

background-color css

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

 a { background-color: rgb(95,44,202); }

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

border-color css

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

 span { border-color: rgb(95,44,202); }

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