Html Css Color HEX #6028FF Han Purple

📋 copy color: '#6028FF'

red 96 ◦ green 40 ◦ blue 255

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

Shades of Han Purple #6028FF

Tints of Han Purple #6028FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 65.22%

R = 24.55%
G = 10.23%
B = 65.22%

CMYK

 C value IS 0.62

 M value IS 0.84

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6028FF (or 0x6028FF) is known color: Han Purple. HEX triplet: 60, 28 and FF. RGB value is (96,40,255). Sum of RGB (Red+Green+Blue) = 96+40+255=391 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.55% from 391); Green value is 40 (16.02% from 255 or 10.23% from 391); Blue value is 255 (100% from 255 or 65.22% from 391); Max value from RGB is 255 - color contains mainly: blue. Hex color #6028FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6028FF is #9FD700. Grayscale: #505050. Windows color (decimal): -10475265 or 16722016. OLE color: 16722016.

HSL color Cylindrical-coordinate representation of color #6028FF: hue angle of 255.63º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6028FF is Cyan = 0.62, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 96 40 255 -
CMYK 0.62 0.84 0 0
HSL 255.63º 1% 0.58% -
HSV(B) 255.63º 0.84% 1% -
XYZ 23.63 11.22 95.53 -
YUV 81.25 226.05 138.52 -
System Red Green Blue C M Y K H S L
Decimal 96 40 255 0.62 0.84 0 0 255.63 1 0.58
Hex 60 28 FF 3E 54 0 0 100 64 3A
Octal 140 50 377 76 124 0 0 400 144 72
Binary 1100000 101000 11111111 111110 1010100 0 0 100000000 1100100 111010

Color Harmonies of #6028FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6028FF

Black with #6028FF

Text Example


Text Example

White with #6028FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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