Html Css Color HEX #5F1AC0 Purple Heart

📋 copy color: '#5F1AC0'

red 95 ◦ green 26 ◦ blue 192

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

Shades of Purple Heart #5F1AC0

Tints of Purple Heart #5F1AC0

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.31%

 BLUE value IS 192 (75.39% from 255) = 61.34%

R = 30.35%
G = 8.31%
B = 61.34%

CMYK

 C value IS 0.51

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5F1AC0 (or 0x5F1AC0) is known color: Purple Heart. HEX triplet: 5F, 1A and C0. RGB value is (95,26,192). Sum of RGB (Red+Green+Blue) = 95+26+192=313 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.35% from 313); Green value is 26 (10.55% from 255 or 8.31% from 313); Blue value is 192 (75.39% from 255 or 61.34% from 313); Max value from RGB is 192 - color contains mainly: blue. Hex color #5F1AC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F1AC0 is #A0E53F. Grayscale: #404040. Windows color (decimal): -10544448 or 12589663. OLE color: 12589663.

HSL color Cylindrical-coordinate representation of color #5F1AC0: hue angle of 264.94º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5F1AC0 is Cyan = 0.51, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 95 26 192 -
CMYK 0.51 0.86 0 0.25
HSL 264.94º 0.76% 0.43% -
HSV(B) 264.94º 0.86% 0.75% -
XYZ 14.6 6.98 50.45 -
YUV 65.56 199.36 149 -
System Red Green Blue C M Y K H S L
Decimal 95 26 192 0.51 0.86 0 0.25 264.94 0.76 0.43
Hex 5F 1A C0 33 56 0 19 109 4C 2B
Octal 137 32 300 63 126 0 31 411 114 53
Binary 1011111 11010 11000000 110011 1010110 0 11001 100001001 1001100 101011

Color Harmonies of #5F1AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F1AC0

Black with #5F1AC0

Text Example


Text Example

White with #5F1AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,26,192); }

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

background-color css

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

 a { background-color: rgb(95,26,192); }

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

border-color css

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

 span { border-color: rgb(95,26,192); }

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