Html Css Color HEX #582CBC Purple Heart

📋 copy color: '#582CBC'

red 88 ◦ green 44 ◦ blue 188

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

Shades of Purple Heart #582CBC

Tints of Purple Heart #582CBC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.75%

 BLUE value IS 188 (73.83% from 255) = 58.75%

R = 27.5%
G = 13.75%
B = 58.75%

CMYK

 C value IS 0.53

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#582CBC (or 0x582CBC) is known color: Purple Heart. HEX triplet: 58, 2C and BC. RGB value is (88,44,188). Sum of RGB (Red+Green+Blue) = 88+44+188=320 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.5% from 320); Green value is 44 (17.58% from 255 or 13.75% from 320); Blue value is 188 (73.83% from 255 or 58.75% from 320); Max value from RGB is 188 - color contains mainly: blue. Hex color #582CBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #582CBC is #A7D343. Grayscale: #494949. Windows color (decimal): -10998596 or 12332120. OLE color: 12332120.

HSL color Cylindrical-coordinate representation of color #582CBC: hue angle of 258.33º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #582CBC is Cyan = 0.53, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 88 44 188 -
CMYK 0.53 0.77 0 0.26
HSL 258.33º 0.62% 0.45% -
HSV(B) 258.33º 0.77% 0.74% -
XYZ 14 7.51 48.29 -
YUV 73.57 192.58 138.29 -
System Red Green Blue C M Y K H S L
Decimal 88 44 188 0.53 0.77 0 0.26 258.33 0.62 0.45
Hex 58 2C BC 35 4D 0 1A 102 3E 2D
Octal 130 54 274 65 115 0 32 402 76 55
Binary 1011000 101100 10111100 110101 1001101 0 11010 100000010 111110 101101

Color Harmonies of #582CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582CBC

Black with #582CBC

Text Example


Text Example

White with #582CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582CBC; }

 p { color: rgb(88,44,188); }

 H1.HeaderClassName
 {
   color: #582CBC;
 }
 .AnyTagClassName
 {
   color: #582CBC;
 }
</style>

background-color css

<style>
 a { background-color: #582CBC; }

 a { background-color: rgb(88,44,188); }

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

border-color css

<style>
 span { border-color: #582CBC; }

 span { border-color: rgb(88,44,188); }

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