Html Css Color HEX #5A0FBF Purple Heart

📋 copy color: '#5A0FBF'

red 90 ◦ green 15 ◦ blue 191

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

Shades of Purple Heart #5A0FBF

Tints of Purple Heart #5A0FBF

RGB

 RED value IS 90 (35.55% from 255) = 30.41%

 GREEN value IS 15 (6.25% from 255) = 5.07%

 BLUE value IS 191 (75% from 255) = 64.53%

R = 30.41%
G = 5.07%
B = 64.53%

CMYK

 C value IS 0.53

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5A0FBF (or 0x5A0FBF) is known color: Purple Heart. HEX triplet: 5A, 0F and BF. RGB value is (90,15,191). Sum of RGB (Red+Green+Blue) = 90+15+191=296 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.41% from 296); Green value is 15 (6.25% from 255 or 5.07% from 296); Blue value is 191 (75% from 255 or 64.53% from 296); Max value from RGB is 191 - color contains mainly: blue. Hex color #5A0FBF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A0FBF is #A5F040. Grayscale: #383838. Windows color (decimal): -10874945 or 12521306. OLE color: 12521306.

HSL color Cylindrical-coordinate representation of color #5A0FBF: hue angle of 265.57º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5A0FBF is Cyan = 0.53, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 90 15 191 -
CMYK 0.53 0.92 0 0.25
HSL 265.57º 0.85% 0.4% -
HSV(B) 265.57º 0.92% 0.75% -
XYZ 13.79 6.28 49.77 -
YUV 57.49 203.35 151.19 -
System Red Green Blue C M Y K H S L
Decimal 90 15 191 0.53 0.92 0 0.25 265.57 0.85 0.4
Hex 5A F BF 35 5C 0 19 10A 55 28
Octal 132 17 277 65 134 0 31 412 125 50
Binary 1011010 1111 10111111 110101 1011100 0 11001 100001010 1010101 101000

Color Harmonies of #5A0FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0FBF

Black with #5A0FBF

Text Example


Text Example

White with #5A0FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,15,191); }

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

background-color css

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

 a { background-color: rgb(90,15,191); }

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

border-color css

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

 span { border-color: rgb(90,15,191); }

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