Html Css Color HEX #5A0FCF Purple Heart

📋 copy color: '#5A0FCF'

red 90 ◦ green 15 ◦ blue 207

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

Shades of Purple Heart #5A0FCF

Tints of Purple Heart #5A0FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 66.35%

R = 28.85%
G = 4.81%
B = 66.35%

CMYK

 C value IS 0.57

 M value IS 0.93

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5A0FCF (or 0x5A0FCF) is known color: Purple Heart. HEX triplet: 5A, 0F and CF. RGB value is (90,15,207). Sum of RGB (Red+Green+Blue) = 90+15+207=312 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.85% from 312); Green value is 15 (6.25% from 255 or 4.81% from 312); Blue value is 207 (81.25% from 255 or 66.35% from 312); Max value from RGB is 207 - color contains mainly: blue. Hex color #5A0FCF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A0FCF is #A5F030. Grayscale: #3A3A3A. Windows color (decimal): -10874929 or 13569882. OLE color: 13569882.

HSL color Cylindrical-coordinate representation of color #5A0FCF: hue angle of 263.44º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5A0FCF is Cyan = 0.57, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 90 15 207 -
CMYK 0.57 0.93 0 0.19
HSL 263.44º 0.86% 0.44% -
HSV(B) 263.44º 0.93% 0.81% -
XYZ 15.65 7.02 59.56 -
YUV 59.31 211.35 149.89 -
System Red Green Blue C M Y K H S L
Decimal 90 15 207 0.57 0.93 0 0.19 263.44 0.86 0.44
Hex 5A F CF 39 5D 0 13 107 56 2C
Octal 132 17 317 71 135 0 23 407 126 54
Binary 1011010 1111 11001111 111001 1011101 0 10011 100000111 1010110 101100

Color Harmonies of #5A0FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0FCF

Black with #5A0FCF

Text Example


Text Example

White with #5A0FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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