Html Css Color HEX #5A00CE Purple Heart

📋 copy color: '#5A00CE'

red 90 ◦ green 0 ◦ blue 206

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

Shades of Purple Heart #5A00CE

Tints of Purple Heart #5A00CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 69.59%

R = 30.41%
G = 0%
B = 69.59%

CMYK

 C value IS 0.56

 M value IS 1

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5A00CE (or 0x5A00CE) is known color: Purple Heart. HEX triplet: 5A, 00 and CE. RGB value is (90,0,206). Sum of RGB (Red+Green+Blue) = 90+0+206=296 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.41% from 296); Green value is 0 (0.39% from 255 or 0% from 296); Blue value is 206 (80.86% from 255 or 69.59% from 296); Max value from RGB is 206 - color contains mainly: blue. Hex color #5A00CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A00CE is #A5FF31. Grayscale: #313131. Windows color (decimal): -10878770 or 13500506. OLE color: 13500506.

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

Color convert

RGB 90 0 206 -
CMYK 0.56 1 0 0.19
HSL 266.21º 1% 0.4% -
HSV(B) 266.21º 1% 0.81% -
XYZ 15.36 6.63 58.86 -
YUV 50.39 215.82 156.25 -
System Red Green Blue C M Y K H S L
Decimal 90 0 206 0.56 1 0 0.19 266.21 1 0.4
Hex 5A 0 CE 38 64 0 13 10A 64 28
Octal 132 0 316 70 144 0 23 412 144 50
Binary 1011010 0 11001110 111000 1100100 0 10011 100001010 1100100 101000

Color Harmonies of #5A00CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A00CE

Black with #5A00CE

Text Example


Text Example

White with #5A00CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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