Html Css Color HEX #580CCE Purple Heart

📋 copy color: '#580CCE'

red 88 ◦ green 12 ◦ blue 206

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

Shades of Purple Heart #580CCE

Tints of Purple Heart #580CCE

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.92%

 BLUE value IS 206 (80.86% from 255) = 67.32%

R = 28.76%
G = 3.92%
B = 67.32%

CMYK

 C value IS 0.57

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#580CCE (or 0x580CCE) is known color: Purple Heart. HEX triplet: 58, 0C and CE. RGB value is (88,12,206). Sum of RGB (Red+Green+Blue) = 88+12+206=306 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.76% from 306); Green value is 12 (5.08% from 255 or 3.92% from 306); Blue value is 206 (80.86% from 255 or 67.32% from 306); Max value from RGB is 206 - color contains mainly: blue. Hex color #580CCE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #580CCE is #A7F331. Grayscale: #383838. Windows color (decimal): -11006770 or 13503576. OLE color: 13503576.

HSL color Cylindrical-coordinate representation of color #580CCE: hue angle of 263.51º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #580CCE is Cyan = 0.57, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 88 12 206 -
CMYK 0.57 0.94 0 0.19
HSL 263.51º 0.89% 0.43% -
HSV(B) 263.51º 0.94% 0.81% -
XYZ 15.3 6.79 58.9 -
YUV 56.84 212.18 150.23 -
System Red Green Blue C M Y K H S L
Decimal 88 12 206 0.57 0.94 0 0.19 263.51 0.89 0.43
Hex 58 C CE 39 5E 0 13 108 59 2B
Octal 130 14 316 71 136 0 23 410 131 53
Binary 1011000 1100 11001110 111001 1011110 0 10011 100001000 1011001 101011

Color Harmonies of #580CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580CCE

Black with #580CCE

Text Example


Text Example

White with #580CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,12,206); }

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

background-color css

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

 a { background-color: rgb(88,12,206); }

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

border-color css

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

 span { border-color: rgb(88,12,206); }

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