Html Css Color HEX #5A2FCE Purple Heart

📋 copy color: '#5A2FCE'

red 90 ◦ green 47 ◦ blue 206

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

Shades of Purple Heart #5A2FCE

Tints of Purple Heart #5A2FCE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.7%

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

R = 26.24%
G = 13.7%
B = 60.06%

CMYK

 C value IS 0.56

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5A2FCE (or 0x5A2FCE) is known color: Purple Heart. HEX triplet: 5A, 2F and CE. RGB value is (90,47,206). Sum of RGB (Red+Green+Blue) = 90+47+206=343 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.24% from 343); Green value is 47 (18.75% from 255 or 13.70% from 343); Blue value is 206 (80.86% from 255 or 60.06% from 343); Max value from RGB is 206 - color contains mainly: blue. Hex color #5A2FCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A2FCE is #A5D031. Grayscale: #4D4D4D. Windows color (decimal): -10866738 or 13512538. OLE color: 13512538.

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

Color convert

RGB 90 47 206 -
CMYK 0.56 0.77 0 0.19
HSL 256.23º 0.63% 0.5% -
HSV(B) 256.23º 0.77% 0.81% -
XYZ 16.37 8.66 59.2 -
YUV 77.98 200.25 136.57 -
System Red Green Blue C M Y K H S L
Decimal 90 47 206 0.56 0.77 0 0.19 256.23 0.63 0.5
Hex 5A 2F CE 38 4D 0 13 100 3F 32
Octal 132 57 316 70 115 0 23 400 77 62
Binary 1011010 101111 11001110 111000 1001101 0 10011 100000000 111111 110010

Color Harmonies of #5A2FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A2FCE

Black with #5A2FCE

Text Example


Text Example

White with #5A2FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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