Html Css Color HEX #580CFE Han Purple

📋 copy color: '#580CFE'

red 88 ◦ green 12 ◦ blue 254

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

Shades of Han Purple #580CFE

Tints of Han Purple #580CFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 71.75%

R = 24.86%
G = 3.39%
B = 71.75%

CMYK

 C value IS 0.65

 M value IS 0.95

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#580CFE (or 0x580CFE) is known color: Han Purple. HEX triplet: 58, 0C and FE. RGB value is (88,12,254). Sum of RGB (Red+Green+Blue) = 88+12+254=354 (46% of max value = 765). Red value is 88 (34.77% from 255 or 24.86% from 354); Green value is 12 (5.08% from 255 or 3.39% from 354); Blue value is 254 (99.61% from 255 or 71.75% from 354); Max value from RGB is 254 - color contains mainly: blue. Hex color #580CFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #580CFE is #A7F301. Grayscale: #3D3D3D. Windows color (decimal): -11006722 or 16649304. OLE color: 16649304.

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

Color convert

RGB 88 12 254 -
CMYK 0.65 0.95 0 0.00
HSL 258.84º 0.99% 0.52% -
HSV(B) 258.84º 0.95% 1% -
XYZ 22.05 9.49 94.44 -
YUV 62.31 236.18 146.32 -
System Red Green Blue C M Y K H S L
Decimal 88 12 254 0.65 0.95 0 0.00 258.84 0.99 0.52
Hex 58 C FE 41 5F 0 0 103 63 34
Octal 130 14 376 101 137 0 0 403 143 64
Binary 1011000 1100 11111110 1000001 1011111 0 0 100000011 1100011 110100

Color Harmonies of #580CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580CFE

Black with #580CFE

Text Example


Text Example

White with #580CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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