Html Css Color HEX #5F10AE Purple Heart

📋 copy color: '#5F10AE'

red 95 ◦ green 16 ◦ blue 174

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

Shades of Purple Heart #5F10AE

Tints of Purple Heart #5F10AE

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.61%

 BLUE value IS 174 (68.36% from 255) = 61.05%

R = 33.33%
G = 5.61%
B = 61.05%

CMYK

 C value IS 0.45

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5F10AE (or 0x5F10AE) is known color: Purple Heart. HEX triplet: 5F, 10 and AE. RGB value is (95,16,174). Sum of RGB (Red+Green+Blue) = 95+16+174=285 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.33% from 285); Green value is 16 (6.64% from 255 or 5.61% from 285); Blue value is 174 (68.36% from 255 or 61.05% from 285); Max value from RGB is 174 - color contains mainly: blue. Hex color #5F10AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F10AE is #A0EF51. Grayscale: #393939. Windows color (decimal): -10547026 or 11407455. OLE color: 11407455.

HSL color Cylindrical-coordinate representation of color #5F10AE: hue angle of 270º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5F10AE is Cyan = 0.45, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 95 16 174 -
CMYK 0.45 0.91 0 0.32
HSL 270º 0.83% 0.37% -
HSV(B) 270º 0.91% 0.68% -
XYZ 12.54 5.86 40.51 -
YUV 57.63 193.67 154.65 -
System Red Green Blue C M Y K H S L
Decimal 95 16 174 0.45 0.91 0 0.32 270 0.83 0.37
Hex 5F 10 AE 2D 5B 0 20 10E 53 25
Octal 137 20 256 55 133 0 40 416 123 45
Binary 1011111 10000 10101110 101101 1011011 0 100000 100001110 1010011 100101

Color Harmonies of #5F10AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F10AE

Black with #5F10AE

Text Example


Text Example

White with #5F10AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,16,174); }

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

background-color css

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

 a { background-color: rgb(95,16,174); }

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

border-color css

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

 span { border-color: rgb(95,16,174); }

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