Html Css Color HEX #6033EE Han Purple

📋 copy color: '#6033EE'

red 96 ◦ green 51 ◦ blue 238

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

Shades of Han Purple #6033EE

Tints of Han Purple #6033EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 61.82%

R = 24.94%
G = 13.25%
B = 61.82%

CMYK

 C value IS 0.60

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6033EE (or 0x6033EE) is known color: Han Purple. HEX triplet: 60, 33 and EE. RGB value is (96,51,238). Sum of RGB (Red+Green+Blue) = 96+51+238=385 (50% of max value = 765). Red value is 96 (37.89% from 255 or 24.94% from 385); Green value is 51 (20.31% from 255 or 13.25% from 385); Blue value is 238 (93.36% from 255 or 61.82% from 385); Max value from RGB is 238 - color contains mainly: blue. Hex color #6033EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6033EE is #9FCC11. Grayscale: #555555. Windows color (decimal): -10472466 or 15610720. OLE color: 15610720.

HSL color Cylindrical-coordinate representation of color #6033EE: hue angle of 254.44º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6033EE is Cyan = 0.60, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 96 51 238 -
CMYK 0.60 0.79 0 0.07
HSL 254.44º 0.85% 0.57% -
HSV(B) 254.44º 0.79% 0.93% -
XYZ 21.44 11.03 81.89 -
YUV 85.77 213.91 135.29 -
System Red Green Blue C M Y K H S L
Decimal 96 51 238 0.60 0.79 0 0.07 254.44 0.85 0.57
Hex 60 33 EE 3C 4F 0 7 FE 55 39
Octal 140 63 356 74 117 0 7 376 125 71
Binary 1100000 110011 11101110 111100 1001111 0 111 11111110 1010101 111001

Color Harmonies of #6033EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6033EE

Black with #6033EE

Text Example


Text Example

White with #6033EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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