Html Css Color HEX #5F2DC3 Purple Heart

📋 copy color: '#5F2DC3'

red 95 ◦ green 45 ◦ blue 195

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

Shades of Purple Heart #5F2DC3

Tints of Purple Heart #5F2DC3

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.43%

 BLUE value IS 195 (76.56% from 255) = 58.21%

R = 28.36%
G = 13.43%
B = 58.21%

CMYK

 C value IS 0.51

 M value IS 0.77

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#5F2DC3 (or 0x5F2DC3) is known color: Purple Heart. HEX triplet: 5F, 2D and C3. RGB value is (95,45,195). Sum of RGB (Red+Green+Blue) = 95+45+195=335 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.36% from 335); Green value is 45 (17.97% from 255 or 13.43% from 335); Blue value is 195 (76.56% from 255 or 58.21% from 335); Max value from RGB is 195 - color contains mainly: blue. Hex color #5F2DC3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F2DC3 is #A0D23C. Grayscale: #4C4C4C. Windows color (decimal): -10539581 or 12791135. OLE color: 12791135.

HSL color Cylindrical-coordinate representation of color #5F2DC3: hue angle of 260º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5F2DC3 is Cyan = 0.51, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 95 45 195 -
CMYK 0.51 0.77 0 0.24
HSL 260º 0.63% 0.47% -
HSV(B) 260º 0.77% 0.76% -
XYZ 15.51 8.25 52.4 -
YUV 77.05 194.57 140.8 -
System Red Green Blue C M Y K H S L
Decimal 95 45 195 0.51 0.77 0 0.24 260 0.63 0.47
Hex 5F 2D C3 33 4D 0 18 104 3E 2F
Octal 137 55 303 63 115 0 30 404 76 57
Binary 1011111 101101 11000011 110011 1001101 0 11000 100000100 111110 101111

Color Harmonies of #5F2DC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F2DC3

Black with #5F2DC3

Text Example


Text Example

White with #5F2DC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,45,195); }

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

background-color css

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

 a { background-color: rgb(95,45,195); }

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

border-color css

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

 span { border-color: rgb(95,45,195); }

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