Html Css Color HEX #580CFD Han Purple

📋 copy color: '#580CFD'

red 88 ◦ green 12 ◦ blue 253

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

Shades of Han Purple #580CFD

Tints of Han Purple #580CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 71.67%

R = 24.93%
G = 3.4%
B = 71.67%

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

#580CFD (or 0x580CFD) is known color: Han Purple. HEX triplet: 58, 0C and FD. RGB value is (88,12,253). Sum of RGB (Red+Green+Blue) = 88+12+253=353 (46% of max value = 765). Red value is 88 (34.77% from 255 or 24.93% from 353); Green value is 12 (5.08% from 255 or 3.40% from 353); Blue value is 253 (99.22% from 255 or 71.67% from 353); Max value from RGB is 253 - color contains mainly: blue. Hex color #580CFD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #580CFD is #A7F302. Grayscale: #3D3D3D. Windows color (decimal): -11006723 or 16583768. OLE color: 16583768.

HSL color Cylindrical-coordinate representation of color #580CFD: hue angle of 258.92º 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 #580CFD is Cyan = 0.65, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 88 12 253 -
CMYK 0.65 0.95 0 0.01
HSL 258.92º 0.98% 0.52% -
HSV(B) 258.92º 0.95% 0.99% -
XYZ 21.89 9.43 93.6 -
YUV 62.2 235.68 146.4 -
System Red Green Blue C M Y K H S L
Decimal 88 12 253 0.65 0.95 0 0.01 258.92 0.98 0.52
Hex 58 C FD 41 5F 0 1 103 62 34
Octal 130 14 375 101 137 0 1 403 142 64
Binary 1011000 1100 11111101 1000001 1011111 0 1 100000011 1100010 110100

Color Harmonies of #580CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580CFD

Black with #580CFD

Text Example


Text Example

White with #580CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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