Html Css Color HEX #580CFB Han Purple

📋 copy color: '#580CFB'

red 88 ◦ green 12 ◦ blue 251

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

Shades of Han Purple #580CFB

Tints of Han Purple #580CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 71.51%

R = 25.07%
G = 3.42%
B = 71.51%

CMYK

 C value IS 0.65

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#580CFB (or 0x580CFB) is known color: Han Purple. HEX triplet: 58, 0C and FB. RGB value is (88,12,251). Sum of RGB (Red+Green+Blue) = 88+12+251=351 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.07% from 351); Green value is 12 (5.08% from 255 or 3.42% from 351); Blue value is 251 (98.44% from 255 or 71.51% from 351); Max value from RGB is 251 - color contains mainly: blue. Hex color #580CFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #580CFB is #A7F304. Grayscale: #3D3D3D. Windows color (decimal): -11006725 or 16452696. OLE color: 16452696.

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

Color convert

RGB 88 12 251 -
CMYK 0.65 0.95 0 0.02
HSL 259.08º 0.97% 0.52% -
HSV(B) 259.08º 0.95% 0.98% -
XYZ 21.57 9.3 91.93 -
YUV 61.97 234.68 146.57 -
System Red Green Blue C M Y K H S L
Decimal 88 12 251 0.65 0.95 0 0.02 259.08 0.97 0.52
Hex 58 C FB 41 5F 0 2 103 61 34
Octal 130 14 373 101 137 0 2 403 141 64
Binary 1011000 1100 11111011 1000001 1011111 0 10 100000011 1100001 110100

Color Harmonies of #580CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580CFB

Black with #580CFB

Text Example


Text Example

White with #580CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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