Html Css Color HEX #5803D0 Purple Heart

📋 copy color: '#5803D0'

red 88 ◦ green 3 ◦ blue 208

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

Shades of Purple Heart #5803D0

Tints of Purple Heart #5803D0

RGB

 RED value IS 88 (34.77% from 255) = 29.43%

 GREEN value IS 3 (1.56% from 255) = 1%

 BLUE value IS 208 (81.64% from 255) = 69.57%

R = 29.43%
G = 1%
B = 69.57%

CMYK

 C value IS 0.58

 M value IS 0.99

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#5803D0 (or 0x5803D0) is known color: Purple Heart. HEX triplet: 58, 03 and D0. RGB value is (88,3,208). Sum of RGB (Red+Green+Blue) = 88+3+208=299 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.43% from 299); Green value is 3 (1.56% from 255 or 1.00% from 299); Blue value is 208 (81.64% from 255 or 69.57% from 299); Max value from RGB is 208 - color contains mainly: blue. Hex color #5803D0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5803D0 is #A7FC2F. Grayscale: #333333. Windows color (decimal): -11009072 or 13632344. OLE color: 13632344.

HSL color Cylindrical-coordinate representation of color #5803D0: hue angle of 264.88º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5803D0 is Cyan = 0.58, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 88 3 208 -
CMYK 0.58 0.99 0 0.18
HSL 264.88º 0.97% 0.41% -
HSV(B) 264.88º 0.99% 0.82% -
XYZ 15.44 6.69 60.15 -
YUV 51.79 216.16 153.83 -
System Red Green Blue C M Y K H S L
Decimal 88 3 208 0.58 0.99 0 0.18 264.88 0.97 0.41
Hex 58 3 D0 3A 63 0 12 109 61 29
Octal 130 3 320 72 143 0 22 411 141 51
Binary 1011000 11 11010000 111010 1100011 0 10010 100001001 1100001 101001

Color Harmonies of #5803D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5803D0

Black with #5803D0

Text Example


Text Example

White with #5803D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5803D0; }

 p { color: rgb(88,3,208); }

 H1.HeaderClassName
 {
   color: #5803D0;
 }
 .AnyTagClassName
 {
   color: #5803D0;
 }
</style>

background-color css

<style>
 a { background-color: #5803D0; }

 a { background-color: rgb(88,3,208); }

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

border-color css

<style>
 span { border-color: #5803D0; }

 span { border-color: rgb(88,3,208); }

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