Html Css Color HEX #580BCB Purple Heart

📋 copy color: '#580BCB'

red 88 ◦ green 11 ◦ blue 203

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

Shades of Purple Heart #580BCB

Tints of Purple Heart #580BCB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.64%

 BLUE value IS 203 (79.69% from 255) = 67.22%

R = 29.14%
G = 3.64%
B = 67.22%

CMYK

 C value IS 0.57

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#580BCB (or 0x580BCB) is known color: Purple Heart. HEX triplet: 58, 0B and CB. RGB value is (88,11,203). Sum of RGB (Red+Green+Blue) = 88+11+203=302 (40% of max value = 765). Red value is 88 (34.77% from 255 or 29.14% from 302); Green value is 11 (4.69% from 255 or 3.64% from 302); Blue value is 203 (79.69% from 255 or 67.22% from 302); Max value from RGB is 203 - color contains mainly: blue. Hex color #580BCB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #580BCB is #A7F434. Grayscale: #373737. Windows color (decimal): -11007029 or 13306712. OLE color: 13306712.

HSL color Cylindrical-coordinate representation of color #580BCB: hue angle of 264.06º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #580BCB is Cyan = 0.57, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 88 11 203 -
CMYK 0.57 0.95 0 0.20
HSL 264.06º 0.9% 0.42% -
HSV(B) 264.06º 0.95% 0.8% -
XYZ 14.92 6.63 56.99 -
YUV 55.91 211.01 150.89 -
System Red Green Blue C M Y K H S L
Decimal 88 11 203 0.57 0.95 0 0.20 264.06 0.9 0.42
Hex 58 B CB 39 5F 0 14 108 5A 2A
Octal 130 13 313 71 137 0 24 410 132 52
Binary 1011000 1011 11001011 111001 1011111 0 10100 100001000 1011010 101010

Color Harmonies of #580BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580BCB

Black with #580BCB

Text Example


Text Example

White with #580BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580BCB; }

 p { color: rgb(88,11,203); }

 H1.HeaderClassName
 {
   color: #580BCB;
 }
 .AnyTagClassName
 {
   color: #580BCB;
 }
</style>

background-color css

<style>
 a { background-color: #580BCB; }

 a { background-color: rgb(88,11,203); }

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

border-color css

<style>
 span { border-color: #580BCB; }

 span { border-color: rgb(88,11,203); }

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