Html Css Color HEX #5A00CD Purple Heart

📋 copy color: '#5A00CD'

red 90 ◦ green 0 ◦ blue 205

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

Shades of Purple Heart #5A00CD

Tints of Purple Heart #5A00CD

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 30.51%
G = 0%
B = 69.49%

CMYK

 C value IS 0.56

 M value IS 1

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5A00CD (or 0x5A00CD) is known color: Purple Heart. HEX triplet: 5A, 00 and CD. RGB value is (90,0,205). Sum of RGB (Red+Green+Blue) = 90+0+205=295 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.51% from 295); Green value is 0 (0.39% from 255 or 0% from 295); Blue value is 205 (80.47% from 255 or 69.49% from 295); Max value from RGB is 205 - color contains mainly: blue. Hex color #5A00CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A00CD is #A5FF32. Grayscale: #313131. Windows color (decimal): -10878771 or 13434970. OLE color: 13434970.

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

Color convert

RGB 90 0 205 -
CMYK 0.56 1 0 0.20
HSL 266.34º 1% 0.4% -
HSV(B) 266.34º 1% 0.8% -
XYZ 15.24 6.58 58.22 -
YUV 50.28 215.32 156.33 -
System Red Green Blue C M Y K H S L
Decimal 90 0 205 0.56 1 0 0.20 266.34 1 0.4
Hex 5A 0 CD 38 64 0 14 10A 64 28
Octal 132 0 315 70 144 0 24 412 144 50
Binary 1011010 0 11001101 111000 1100100 0 10100 100001010 1100100 101000

Color Harmonies of #5A00CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A00CD

Black with #5A00CD

Text Example


Text Example

White with #5A00CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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