Html Css Color HEX #6028F8 Han Purple

📋 copy color: '#6028F8'

red 96 ◦ green 40 ◦ blue 248

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

Shades of Han Purple #6028F8

Tints of Han Purple #6028F8

RGB

 RED value IS 96 (37.89% from 255) = 25%

 GREEN value IS 40 (16.02% from 255) = 10.42%

 BLUE value IS 248 (97.27% from 255) = 64.58%

R = 25%
G = 10.42%
B = 64.58%

CMYK

 C value IS 0.61

 M value IS 0.84

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#6028F8 (or 0x6028F8) is known color: Han Purple. HEX triplet: 60, 28 and F8. RGB value is (96,40,248). Sum of RGB (Red+Green+Blue) = 96+40+248=384 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25% from 384); Green value is 40 (16.02% from 255 or 10.42% from 384); Blue value is 248 (97.27% from 255 or 64.58% from 384); Max value from RGB is 248 - color contains mainly: blue. Hex color #6028F8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6028F8 is #9FD707. Grayscale: #4F4F4F. Windows color (decimal): -10475272 or 16263264. OLE color: 16263264.

HSL color Cylindrical-coordinate representation of color #6028F8: hue angle of 256.15º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6028F8 is Cyan = 0.61, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 96 40 248 -
CMYK 0.61 0.84 0 0.03
HSL 256.15º 0.94% 0.56% -
HSV(B) 256.15º 0.84% 0.97% -
XYZ 22.53 10.78 89.7 -
YUV 80.46 222.55 139.09 -
System Red Green Blue C M Y K H S L
Decimal 96 40 248 0.61 0.84 0 0.03 256.15 0.94 0.56
Hex 60 28 F8 3D 54 0 3 100 5E 38
Octal 140 50 370 75 124 0 3 400 136 70
Binary 1100000 101000 11111000 111101 1010100 0 11 100000000 1011110 111000

Color Harmonies of #6028F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6028F8

Black with #6028F8

Text Example


Text Example

White with #6028F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6028F8; }

 p { color: rgb(96,40,248); }

 H1.HeaderClassName
 {
   color: #6028F8;
 }
 .AnyTagClassName
 {
   color: #6028F8;
 }
</style>

background-color css

<style>
 a { background-color: #6028F8; }

 a { background-color: rgb(96,40,248); }

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

border-color css

<style>
 span { border-color: #6028F8; }

 span { border-color: rgb(96,40,248); }

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