Html Css Color HEX #6033FA Han Purple

📋 copy color: '#6033FA'

red 96 ◦ green 51 ◦ blue 250

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

Shades of Han Purple #6033FA

Tints of Han Purple #6033FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 62.97%

R = 24.18%
G = 12.85%
B = 62.97%

CMYK

 C value IS 0.62

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6033FA (or 0x6033FA) is known color: Han Purple. HEX triplet: 60, 33 and FA. RGB value is (96,51,250). Sum of RGB (Red+Green+Blue) = 96+51+250=397 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.18% from 397); Green value is 51 (20.31% from 255 or 12.85% from 397); Blue value is 250 (98.05% from 255 or 62.97% from 397); Max value from RGB is 250 - color contains mainly: blue. Hex color #6033FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6033FA is #9FCC05. Grayscale: #565656. Windows color (decimal): -10472454 or 16397152. OLE color: 16397152.

HSL color Cylindrical-coordinate representation of color #6033FA: hue angle of 253.57º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6033FA is Cyan = 0.62, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 96 51 250 -
CMYK 0.62 0.80 0 0.02
HSL 253.57º 0.95% 0.59% -
HSV(B) 253.57º 0.8% 0.98% -
XYZ 23.26 11.76 91.49 -
YUV 87.14 219.91 134.32 -
System Red Green Blue C M Y K H S L
Decimal 96 51 250 0.62 0.80 0 0.02 253.57 0.95 0.59
Hex 60 33 FA 3E 50 0 2 FE 5F 3B
Octal 140 63 372 76 120 0 2 376 137 73
Binary 1100000 110011 11111010 111110 1010000 0 10 11111110 1011111 111011

Color Harmonies of #6033FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6033FA

Black with #6033FA

Text Example


Text Example

White with #6033FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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