Html Css Color HEX #5826F6 Han Purple

📋 copy color: '#5826F6'

red 88 ◦ green 38 ◦ blue 246

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

Shades of Han Purple #5826F6

Tints of Han Purple #5826F6

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.22%

 BLUE value IS 246 (96.48% from 255) = 66.13%

R = 23.66%
G = 10.22%
B = 66.13%

CMYK

 C value IS 0.64

 M value IS 0.85

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#5826F6 (or 0x5826F6) is known color: Han Purple. HEX triplet: 58, 26 and F6. RGB value is (88,38,246). Sum of RGB (Red+Green+Blue) = 88+38+246=372 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.66% from 372); Green value is 38 (15.23% from 255 or 10.22% from 372); Blue value is 246 (96.48% from 255 or 66.13% from 372); Max value from RGB is 246 - color contains mainly: blue. Hex color #5826F6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5826F6 is #A7D909. Grayscale: #4B4B4B. Windows color (decimal): -11000074 or 16131672. OLE color: 16131672.

HSL color Cylindrical-coordinate representation of color #5826F6: hue angle of 254.42º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5826F6 is Cyan = 0.64, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 88 38 246 -
CMYK 0.64 0.85 0 0.04
HSL 254.42º 0.92% 0.56% -
HSV(B) 254.42º 0.85% 0.96% -
XYZ 21.35 10.11 88.02 -
YUV 76.66 223.57 136.09 -
System Red Green Blue C M Y K H S L
Decimal 88 38 246 0.64 0.85 0 0.04 254.42 0.92 0.56
Hex 58 26 F6 40 55 0 4 FE 5C 38
Octal 130 46 366 100 125 0 4 376 134 70
Binary 1011000 100110 11110110 1000000 1010101 0 100 11111110 1011100 111000

Color Harmonies of #5826F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5826F6

Black with #5826F6

Text Example


Text Example

White with #5826F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5826F6; }

 p { color: rgb(88,38,246); }

 H1.HeaderClassName
 {
   color: #5826F6;
 }
 .AnyTagClassName
 {
   color: #5826F6;
 }
</style>

background-color css

<style>
 a { background-color: #5826F6; }

 a { background-color: rgb(88,38,246); }

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

border-color css

<style>
 span { border-color: #5826F6; }

 span { border-color: rgb(88,38,246); }

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