Html Css Color HEX #5802BD Purple Heart

📋 copy color: '#5802BD'

red 88 ◦ green 2 ◦ blue 189

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

Shades of Purple Heart #5802BD

Tints of Purple Heart #5802BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 67.74%

R = 31.54%
G = 0.72%
B = 67.74%

CMYK

 C value IS 0.53

 M value IS 0.99

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5802BD (or 0x5802BD) is known color: Purple Heart. HEX triplet: 58, 02 and BD. RGB value is (88,2,189). Sum of RGB (Red+Green+Blue) = 88+2+189=279 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.54% from 279); Green value is 2 (1.17% from 255 or 0.72% from 279); Blue value is 189 (74.22% from 255 or 67.74% from 279); Max value from RGB is 189 - color contains mainly: blue. Hex color #5802BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5802BD is #A7FD42. Grayscale: #303030. Windows color (decimal): -11009347 or 12386904. OLE color: 12386904.

HSL color Cylindrical-coordinate representation of color #5802BD: hue angle of 267.59º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5802BD is Cyan = 0.53, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 88 2 189 -
CMYK 0.53 0.99 0 0.26
HSL 267.59º 0.98% 0.37% -
HSV(B) 267.59º 0.99% 0.74% -
XYZ 13.23 5.79 48.56 -
YUV 49.03 206.99 155.79 -
System Red Green Blue C M Y K H S L
Decimal 88 2 189 0.53 0.99 0 0.26 267.59 0.98 0.37
Hex 58 2 BD 35 63 0 1A 10C 62 25
Octal 130 2 275 65 143 0 32 414 142 45
Binary 1011000 10 10111101 110101 1100011 0 11010 100001100 1100010 100101

Color Harmonies of #5802BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5802BD

Black with #5802BD

Text Example


Text Example

White with #5802BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5802BD; }

 p { color: rgb(88,2,189); }

 H1.HeaderClassName
 {
   color: #5802BD;
 }
 .AnyTagClassName
 {
   color: #5802BD;
 }
</style>

background-color css

<style>
 a { background-color: #5802BD; }

 a { background-color: rgb(88,2,189); }

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

border-color css

<style>
 span { border-color: #5802BD; }

 span { border-color: rgb(88,2,189); }

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