Html Css Color HEX #6033F8 Han Purple

📋 copy color: '#6033F8'

red 96 ◦ green 51 ◦ blue 248

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

Shades of Han Purple #6033F8

Tints of Han Purple #6033F8

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.91%

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

R = 24.3%
G = 12.91%
B = 62.78%

CMYK

 C value IS 0.61

 M value IS 0.79

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#6033F8 (or 0x6033F8) is known color: Han Purple. HEX triplet: 60, 33 and F8. RGB value is (96,51,248). Sum of RGB (Red+Green+Blue) = 96+51+248=395 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.30% from 395); Green value is 51 (20.31% from 255 or 12.91% from 395); Blue value is 248 (97.27% from 255 or 62.78% from 395); Max value from RGB is 248 - color contains mainly: blue. Hex color #6033F8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6033F8 is #9FCC07. Grayscale: #565656. Windows color (decimal): -10472456 or 16266080. OLE color: 16266080.

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

Color convert

RGB 96 51 248 -
CMYK 0.61 0.79 0 0.03
HSL 253.71º 0.93% 0.59% -
HSV(B) 253.71º 0.79% 0.97% -
XYZ 22.95 11.63 89.84 -
YUV 86.91 218.91 134.48 -
System Red Green Blue C M Y K H S L
Decimal 96 51 248 0.61 0.79 0 0.03 253.71 0.93 0.59
Hex 60 33 F8 3D 4F 0 3 FE 5D 3B
Octal 140 63 370 75 117 0 3 376 135 73
Binary 1100000 110011 11111000 111101 1001111 0 11 11111110 1011101 111011

Color Harmonies of #6033F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6033F8

Black with #6033F8

Text Example


Text Example

White with #6033F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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