Html Css Color HEX #5A08CD Purple Heart

📋 copy color: '#5A08CD'

red 90 ◦ green 8 ◦ blue 205

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

Shades of Purple Heart #5A08CD

Tints of Purple Heart #5A08CD

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.64%

 BLUE value IS 205 (80.47% from 255) = 67.66%

R = 29.7%
G = 2.64%
B = 67.66%

CMYK

 C value IS 0.56

 M value IS 0.96

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5A08CD (or 0x5A08CD) is known color: Purple Heart. HEX triplet: 5A, 08 and CD. RGB value is (90,8,205). Sum of RGB (Red+Green+Blue) = 90+8+205=303 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.70% from 303); Green value is 8 (3.52% from 255 or 2.64% from 303); Blue value is 205 (80.47% from 255 or 67.66% from 303); Max value from RGB is 205 - color contains mainly: blue. Hex color #5A08CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A08CD is #A5F732. Grayscale: #363636. Windows color (decimal): -10876723 or 13437018. OLE color: 13437018.

HSL color Cylindrical-coordinate representation of color #5A08CD: hue angle of 264.97º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5A08CD is Cyan = 0.56, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 90 8 205 -
CMYK 0.56 0.96 0 0.20
HSL 264.97º 0.92% 0.42% -
HSV(B) 264.97º 0.96% 0.8% -
XYZ 15.32 6.76 58.25 -
YUV 54.98 212.67 152.98 -
System Red Green Blue C M Y K H S L
Decimal 90 8 205 0.56 0.96 0 0.20 264.97 0.92 0.42
Hex 5A 8 CD 38 60 0 14 109 5C 2A
Octal 132 10 315 70 140 0 24 411 134 52
Binary 1011010 1000 11001101 111000 1100000 0 10100 100001001 1011100 101010

Color Harmonies of #5A08CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A08CD

Black with #5A08CD

Text Example


Text Example

White with #5A08CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,8,205); }

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

background-color css

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

 a { background-color: rgb(90,8,205); }

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

border-color css

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

 span { border-color: rgb(90,8,205); }

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