Html Css Color HEX #6022F9 Han Purple

📋 copy color: '#6022F9'

red 96 ◦ green 34 ◦ blue 249

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

Shades of Han Purple #6022F9

Tints of Han Purple #6022F9

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.97%

 BLUE value IS 249 (97.66% from 255) = 65.7%

R = 25.33%
G = 8.97%
B = 65.7%

CMYK

 C value IS 0.61

 M value IS 0.86

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6022F9 (or 0x6022F9) is known color: Han Purple. HEX triplet: 60, 22 and F9. RGB value is (96,34,249). Sum of RGB (Red+Green+Blue) = 96+34+249=379 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.33% from 379); Green value is 34 (13.67% from 255 or 8.97% from 379); Blue value is 249 (97.66% from 255 or 65.70% from 379); Max value from RGB is 249 - color contains mainly: blue. Hex color #6022F9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6022F9 is #9FDD06. Grayscale: #4C4C4C. Windows color (decimal): -10476807 or 16327264. OLE color: 16327264.

HSL color Cylindrical-coordinate representation of color #6022F9: hue angle of 257.3º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6022F9 is Cyan = 0.61, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 96 34 249 -
CMYK 0.61 0.86 0 0.02
HSL 257.3º 0.95% 0.55% -
HSV(B) 257.3º 0.86% 0.98% -
XYZ 22.49 10.47 90.46 -
YUV 77.05 225.04 141.52 -
System Red Green Blue C M Y K H S L
Decimal 96 34 249 0.61 0.86 0 0.02 257.3 0.95 0.55
Hex 60 22 F9 3D 56 0 2 101 5F 37
Octal 140 42 371 75 126 0 2 401 137 67
Binary 1100000 100010 11111001 111101 1010110 0 10 100000001 1011111 110111

Color Harmonies of #6022F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6022F9

Black with #6022F9

Text Example


Text Example

White with #6022F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6022F9; }

 p { color: rgb(96,34,249); }

 H1.HeaderClassName
 {
   color: #6022F9;
 }
 .AnyTagClassName
 {
   color: #6022F9;
 }
</style>

background-color css

<style>
 a { background-color: #6022F9; }

 a { background-color: rgb(96,34,249); }

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

border-color css

<style>
 span { border-color: #6022F9; }

 span { border-color: rgb(96,34,249); }

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