Html Css Color HEX #5D02BE Purple Heart

📋 copy color: '#5D02BE'

red 93 ◦ green 2 ◦ blue 190

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

Shades of Purple Heart #5D02BE

Tints of Purple Heart #5D02BE

RGB

 RED value IS 93 (36.72% from 255) = 32.63%

 GREEN value IS 2 (1.17% from 255) = 0.7%

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

R = 32.63%
G = 0.7%
B = 66.67%

CMYK

 C value IS 0.51

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5D02BE (or 0x5D02BE) is known color: Purple Heart. HEX triplet: 5D, 02 and BE. RGB value is (93,2,190). Sum of RGB (Red+Green+Blue) = 93+2+190=285 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.63% from 285); Green value is 2 (1.17% from 255 or 0.70% from 285); Blue value is 190 (74.61% from 255 or 66.67% from 285); Max value from RGB is 190 - color contains mainly: blue. Hex color #5D02BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5D02BE is #A2FD41. Grayscale: #313131. Windows color (decimal): -10681666 or 12452445. OLE color: 12452445.

HSL color Cylindrical-coordinate representation of color #5D02BE: hue angle of 269.04º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5D02BE is Cyan = 0.51, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 93 2 190 -
CMYK 0.51 0.99 0 0.25
HSL 269.04º 0.98% 0.38% -
HSV(B) 269.04º 0.99% 0.75% -
XYZ 13.83 6.09 49.16 -
YUV 50.64 206.65 158.21 -
System Red Green Blue C M Y K H S L
Decimal 93 2 190 0.51 0.99 0 0.25 269.04 0.98 0.38
Hex 5D 2 BE 33 63 0 19 10D 62 26
Octal 135 2 276 63 143 0 31 415 142 46
Binary 1011101 10 10111110 110011 1100011 0 11001 100001101 1100010 100110

Color Harmonies of #5D02BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D02BE

Black with #5D02BE

Text Example


Text Example

White with #5D02BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,2,190); }

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

background-color css

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

 a { background-color: rgb(93,2,190); }

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

border-color css

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

 span { border-color: rgb(93,2,190); }

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