Html Css Color HEX #6032FD Han Purple

📋 copy color: '#6032FD'

red 96 ◦ green 50 ◦ blue 253

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

Shades of Han Purple #6032FD

Tints of Han Purple #6032FD

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.53%

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

R = 24.06%
G = 12.53%
B = 63.41%

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

#6032FD (or 0x6032FD) is known color: Han Purple. HEX triplet: 60, 32 and FD. RGB value is (96,50,253). Sum of RGB (Red+Green+Blue) = 96+50+253=399 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.06% from 399); Green value is 50 (19.92% from 255 or 12.53% from 399); Blue value is 253 (99.22% from 255 or 63.41% from 399); Max value from RGB is 253 - color contains mainly: blue. Hex color #6032FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6032FD is #9FCD02. Grayscale: #565656. Windows color (decimal): -10472707 or 16593504. OLE color: 16593504.

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

Color convert

RGB 96 50 253 -
CMYK 0.62 0.80 0 0.01
HSL 253.6º 0.98% 0.59% -
HSV(B) 253.6º 0.8% 0.99% -
XYZ 23.69 11.86 93.97 -
YUV 86.9 221.74 134.49 -
System Red Green Blue C M Y K H S L
Decimal 96 50 253 0.62 0.80 0 0.01 253.6 0.98 0.59
Hex 60 32 FD 3E 50 0 1 FE 62 3B
Octal 140 62 375 76 120 0 1 376 142 73
Binary 1100000 110010 11111101 111110 1010000 0 1 11111110 1100010 111011

Color Harmonies of #6032FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6032FD

Black with #6032FD

Text Example


Text Example

White with #6032FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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