Html Css Color HEX #580CFC Han Purple

📋 copy color: '#580CFC'

red 88 ◦ green 12 ◦ blue 252

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

Shades of Han Purple #580CFC

Tints of Han Purple #580CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 71.59%

R = 25%
G = 3.41%
B = 71.59%

CMYK

 C value IS 0.65

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#580CFC (or 0x580CFC) is known color: Han Purple. HEX triplet: 58, 0C and FC. RGB value is (88,12,252). Sum of RGB (Red+Green+Blue) = 88+12+252=352 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25% from 352); Green value is 12 (5.08% from 255 or 3.41% from 352); Blue value is 252 (98.83% from 255 or 71.59% from 352); Max value from RGB is 252 - color contains mainly: blue. Hex color #580CFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #580CFC is #A7F303. Grayscale: #3D3D3D. Windows color (decimal): -11006724 or 16518232. OLE color: 16518232.

HSL color Cylindrical-coordinate representation of color #580CFC: hue angle of 259º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #580CFC is Cyan = 0.65, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 88 12 252 -
CMYK 0.65 0.95 0 0.01
HSL 259º 0.98% 0.52% -
HSV(B) 259º 0.95% 0.99% -
XYZ 21.73 9.37 92.76 -
YUV 62.08 235.18 146.49 -
System Red Green Blue C M Y K H S L
Decimal 88 12 252 0.65 0.95 0 0.01 259 0.98 0.52
Hex 58 C FC 41 5F 0 1 103 62 34
Octal 130 14 374 101 137 0 1 403 142 64
Binary 1011000 1100 11111100 1000001 1011111 0 1 100000011 1100010 110100

Color Harmonies of #580CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580CFC

Black with #580CFC

Text Example


Text Example

White with #580CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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