Html Css Color HEX #5800CC Purple Heart

📋 copy color: '#5800CC'

red 88 ◦ green 0 ◦ blue 204

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

Shades of Purple Heart #5800CC

Tints of Purple Heart #5800CC

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 204 (80.08% from 255) = 69.86%

R = 30.14%
G = 0%
B = 69.86%

CMYK

 C value IS 0.57

 M value IS 1

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5800CC (or 0x5800CC) is known color: Purple Heart. HEX triplet: 58, 00 and CC. RGB value is (88,0,204). Sum of RGB (Red+Green+Blue) = 88+0+204=292 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.14% from 292); Green value is 0 (0.39% from 255 or 0% from 292); Blue value is 204 (80.08% from 255 or 69.86% from 292); Max value from RGB is 204 - color contains mainly: blue. Hex color #5800CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5800CC is #A7FF33. Grayscale: #303030. Windows color (decimal): -11009844 or 13369432. OLE color: 13369432.

HSL color Cylindrical-coordinate representation of color #5800CC: hue angle of 265.88º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5800CC is Cyan = 0.57, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 88 0 204 -
CMYK 0.57 1 0 0.2
HSL 265.88º 1% 0.4% -
HSV(B) 265.88º 1% 0.8% -
XYZ 14.92 6.43 57.58 -
YUV 49.57 215.15 155.41 -
System Red Green Blue C M Y K H S L
Decimal 88 0 204 0.57 1 0 0.2 265.88 1 0.4
Hex 58 0 CC 39 64 0 14 10A 64 28
Octal 130 0 314 71 144 0 24 412 144 50
Binary 1011000 0 11001100 111001 1100100 0 10100 100001010 1100100 101000

Color Harmonies of #5800CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5800CC

Black with #5800CC

Text Example


Text Example

White with #5800CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5800CC; }

 p { color: rgb(88,0,204); }

 H1.HeaderClassName
 {
   color: #5800CC;
 }
 .AnyTagClassName
 {
   color: #5800CC;
 }
</style>

background-color css

<style>
 a { background-color: #5800CC; }

 a { background-color: rgb(88,0,204); }

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

border-color css

<style>
 span { border-color: #5800CC; }

 span { border-color: rgb(88,0,204); }

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