Html Css Color HEX #5A1FCE Purple Heart

📋 copy color: '#5A1FCE'

red 90 ◦ green 31 ◦ blue 206

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

Shades of Purple Heart #5A1FCE

Tints of Purple Heart #5A1FCE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.48%

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

R = 27.52%
G = 9.48%
B = 63%

CMYK

 C value IS 0.56

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5A1FCE (or 0x5A1FCE) is known color: Purple Heart. HEX triplet: 5A, 1F and CE. RGB value is (90,31,206). Sum of RGB (Red+Green+Blue) = 90+31+206=327 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.52% from 327); Green value is 31 (12.5% from 255 or 9.48% from 327); Blue value is 206 (80.86% from 255 or 63.00% from 327); Max value from RGB is 206 - color contains mainly: blue. Hex color #5A1FCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A1FCE is #A5E031. Grayscale: #434343. Windows color (decimal): -10870834 or 13508442. OLE color: 13508442.

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

Color convert

RGB 90 31 206 -
CMYK 0.56 0.85 0 0.19
HSL 260.23º 0.74% 0.46% -
HSV(B) 260.23º 0.85% 0.81% -
XYZ 15.85 7.61 59.03 -
YUV 68.59 205.55 143.27 -
System Red Green Blue C M Y K H S L
Decimal 90 31 206 0.56 0.85 0 0.19 260.23 0.74 0.46
Hex 5A 1F CE 38 55 0 13 104 4A 2E
Octal 132 37 316 70 125 0 23 404 112 56
Binary 1011010 11111 11001110 111000 1010101 0 10011 100000100 1001010 101110

Color Harmonies of #5A1FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1FCE

Black with #5A1FCE

Text Example


Text Example

White with #5A1FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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