Html Css Color HEX #5D01BE Purple Heart

📋 copy color: '#5D01BE'

red 93 ◦ green 1 ◦ blue 190

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

Shades of Purple Heart #5D01BE

Tints of Purple Heart #5D01BE

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

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

R = 32.75%
G = 0.35%
B = 66.9%

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

#5D01BE (or 0x5D01BE) is known color: Purple Heart. HEX triplet: 5D, 01 and BE. RGB value is (93,1,190). Sum of RGB (Red+Green+Blue) = 93+1+190=284 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.75% from 284); Green value is 1 (0.78% from 255 or 0.35% from 284); Blue value is 190 (74.61% from 255 or 66.90% from 284); Max value from RGB is 190 - color contains mainly: blue. Hex color #5D01BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5D01BE is #A2FE41. Grayscale: #313131. Windows color (decimal): -10681922 or 12452189. OLE color: 12452189.

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

Color convert

RGB 93 1 190 -
CMYK 0.51 0.99 0 0.25
HSL 269.21º 0.99% 0.37% -
HSV(B) 269.21º 0.99% 0.75% -
XYZ 13.82 6.07 49.16 -
YUV 50.05 206.98 158.63 -
System Red Green Blue C M Y K H S L
Decimal 93 1 190 0.51 0.99 0 0.25 269.21 0.99 0.37
Hex 5D 1 BE 33 63 0 19 10D 63 25
Octal 135 1 276 63 143 0 31 415 143 45
Binary 1011101 1 10111110 110011 1100011 0 11001 100001101 1100011 100101

Color Harmonies of #5D01BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D01BE

Black with #5D01BE

Text Example


Text Example

White with #5D01BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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