Html Css Color HEX #582CFD Han Purple

📋 copy color: '#582CFD'

red 88 ◦ green 44 ◦ blue 253

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

Shades of Han Purple #582CFD

Tints of Han Purple #582CFD

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.43%

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

R = 22.86%
G = 11.43%
B = 65.71%

CMYK

 C value IS 0.65

 M value IS 0.83

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#582CFD (or 0x582CFD) is known color: Han Purple. HEX triplet: 58, 2C and FD. RGB value is (88,44,253). Sum of RGB (Red+Green+Blue) = 88+44+253=385 (50% of max value = 765). Red value is 88 (34.77% from 255 or 22.86% from 385); Green value is 44 (17.58% from 255 or 11.43% from 385); Blue value is 253 (99.22% from 255 or 65.71% from 385); Max value from RGB is 253 - color contains mainly: blue. Hex color #582CFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #582CFD is #A7D302. Grayscale: #505050. Windows color (decimal): -10998531 or 16591960. OLE color: 16591960.

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

Color convert

RGB 88 44 253 -
CMYK 0.65 0.83 0 0.01
HSL 252.63º 0.98% 0.58% -
HSV(B) 252.63º 0.83% 0.99% -
XYZ 22.65 10.97 93.85 -
YUV 80.98 225.08 133.01 -
System Red Green Blue C M Y K H S L
Decimal 88 44 253 0.65 0.83 0 0.01 252.63 0.98 0.58
Hex 58 2C FD 41 53 0 1 FD 62 3A
Octal 130 54 375 101 123 0 1 375 142 72
Binary 1011000 101100 11111101 1000001 1010011 0 1 11111101 1100010 111010

Color Harmonies of #582CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582CFD

Black with #582CFD

Text Example


Text Example

White with #582CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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