Html Css Color HEX #5A2FBE Purple Heart

📋 copy color: '#5A2FBE'

red 90 ◦ green 47 ◦ blue 190

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

Shades of Purple Heart #5A2FBE

Tints of Purple Heart #5A2FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 58.1%

R = 27.52%
G = 14.37%
B = 58.1%

CMYK

 C value IS 0.53

 M value IS 0.75

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5A2FBE (or 0x5A2FBE) is known color: Purple Heart. HEX triplet: 5A, 2F and BE. RGB value is (90,47,190). Sum of RGB (Red+Green+Blue) = 90+47+190=327 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.52% from 327); Green value is 47 (18.75% from 255 or 14.37% from 327); Blue value is 190 (74.61% from 255 or 58.10% from 327); Max value from RGB is 190 - color contains mainly: blue. Hex color #5A2FBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A2FBE is #A5D041. Grayscale: #4B4B4B. Windows color (decimal): -10866754 or 12463962. OLE color: 12463962.

HSL color Cylindrical-coordinate representation of color #5A2FBE: hue angle of 258.04º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5A2FBE is Cyan = 0.53, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 90 47 190 -
CMYK 0.53 0.75 0 0.25
HSL 258.04º 0.6% 0.46% -
HSV(B) 258.04º 0.75% 0.75% -
XYZ 14.53 7.92 49.48 -
YUV 76.16 192.25 137.87 -
System Red Green Blue C M Y K H S L
Decimal 90 47 190 0.53 0.75 0 0.25 258.04 0.6 0.46
Hex 5A 2F BE 35 4B 0 19 102 3C 2E
Octal 132 57 276 65 113 0 31 402 74 56
Binary 1011010 101111 10111110 110101 1001011 0 11001 100000010 111100 101110

Color Harmonies of #5A2FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A2FBE

Black with #5A2FBE

Text Example


Text Example

White with #5A2FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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