Html Css Color HEX #6033FD Han Purple

📋 copy color: '#6033FD'

red 96 ◦ green 51 ◦ blue 253

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

Shades of Han Purple #6033FD

Tints of Han Purple #6033FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 63.25%

R = 24%
G = 12.75%
B = 63.25%

CMYK

 C value IS 0.62

 M value IS 0.80

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6033FD (or 0x6033FD) is known color: Han Purple. HEX triplet: 60, 33 and FD. RGB value is (96,51,253). Sum of RGB (Red+Green+Blue) = 96+51+253=400 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24% from 400); Green value is 51 (20.31% from 255 or 12.75% from 400); Blue value is 253 (99.22% from 255 or 63.25% from 400); Max value from RGB is 253 - color contains mainly: blue. Hex color #6033FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6033FD is #9FCC02. Grayscale: #565656. Windows color (decimal): -10472451 or 16593760. OLE color: 16593760.

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

Color convert

RGB 96 51 253 -
CMYK 0.62 0.80 0 0.01
HSL 253.37º 0.98% 0.6% -
HSV(B) 253.37º 0.8% 0.99% -
XYZ 23.74 11.95 93.98 -
YUV 87.48 221.41 134.07 -
System Red Green Blue C M Y K H S L
Decimal 96 51 253 0.62 0.80 0 0.01 253.37 0.98 0.6
Hex 60 33 FD 3E 50 0 1 FD 62 3C
Octal 140 63 375 76 120 0 1 375 142 74
Binary 1100000 110011 11111101 111110 1010000 0 1 11111101 1100010 111100

Color Harmonies of #6033FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6033FD

Black with #6033FD

Text Example


Text Example

White with #6033FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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