Html Css Color HEX #582EFC Han Purple

📋 copy color: '#582EFC'

red 88 ◦ green 46 ◦ blue 252

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

Shades of Han Purple #582EFC

Tints of Han Purple #582EFC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.92%

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

R = 22.8%
G = 11.92%
B = 65.28%

CMYK

 C value IS 0.65

 M value IS 0.82

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#582EFC (or 0x582EFC) is known color: Han Purple. HEX triplet: 58, 2E and FC. RGB value is (88,46,252). Sum of RGB (Red+Green+Blue) = 88+46+252=386 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.80% from 386); Green value is 46 (18.36% from 255 or 11.92% from 386); Blue value is 252 (98.83% from 255 or 65.28% from 386); Max value from RGB is 252 - color contains mainly: blue. Hex color #582EFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #582EFC is #A7D103. Grayscale: #515151. Windows color (decimal): -10998020 or 16526936. OLE color: 16526936.

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

Color convert

RGB 88 46 252 -
CMYK 0.65 0.82 0 0.01
HSL 252.23º 0.97% 0.58% -
HSV(B) 252.23º 0.82% 0.99% -
XYZ 22.57 11.06 93.04 -
YUV 82.04 223.91 132.25 -
System Red Green Blue C M Y K H S L
Decimal 88 46 252 0.65 0.82 0 0.01 252.23 0.97 0.58
Hex 58 2E FC 41 52 0 1 FC 61 3A
Octal 130 56 374 101 122 0 1 374 141 72
Binary 1011000 101110 11111100 1000001 1010010 0 1 11111100 1100001 111010

Color Harmonies of #582EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582EFC

Black with #582EFC

Text Example


Text Example

White with #582EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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