Html Css Color HEX #5D01B6 Purple Heart

📋 copy color: '#5D01B6'

red 93 ◦ green 1 ◦ blue 182

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

Shades of Purple Heart #5D01B6

Tints of Purple Heart #5D01B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 65.94%

R = 33.7%
G = 0.36%
B = 65.94%

CMYK

 C value IS 0.49

 M value IS 0.99

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#5D01B6 (or 0x5D01B6) is known color: Purple Heart. HEX triplet: 5D, 01 and B6. RGB value is (93,1,182). Sum of RGB (Red+Green+Blue) = 93+1+182=276 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.70% from 276); Green value is 1 (0.78% from 255 or 0.36% from 276); Blue value is 182 (71.48% from 255 or 65.94% from 276); Max value from RGB is 182 - color contains mainly: blue. Hex color #5D01B6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5D01B6 is #A2FE49. Grayscale: #303030. Windows color (decimal): -10681930 or 11927901. OLE color: 11927901.

HSL color Cylindrical-coordinate representation of color #5D01B6: hue angle of 270.5º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5D01B6 is Cyan = 0.49, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 93 1 182 -
CMYK 0.49 0.99 0 0.29
HSL 270.5º 0.99% 0.36% -
HSV(B) 270.5º 0.99% 0.71% -
XYZ 12.97 5.73 44.68 -
YUV 49.14 202.98 159.28 -
System Red Green Blue C M Y K H S L
Decimal 93 1 182 0.49 0.99 0 0.29 270.5 0.99 0.36
Hex 5D 1 B6 31 63 0 1D 10E 63 24
Octal 135 1 266 61 143 0 35 416 143 44
Binary 1011101 1 10110110 110001 1100011 0 11101 100001110 1100011 100100

Color Harmonies of #5D01B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D01B6

Black with #5D01B6

Text Example


Text Example

White with #5D01B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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