Html Css Color HEX #6533FB Han Purple

📋 copy color: '#6533FB'

red 101 ◦ green 51 ◦ blue 251

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

Shades of Han Purple #6533FB

Tints of Han Purple #6533FB

RGB

 RED value IS 101 (39.84% from 255) = 25.06%

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

 BLUE value IS 251 (98.44% from 255) = 62.28%

R = 25.06%
G = 12.66%
B = 62.28%

CMYK

 C value IS 0.60

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6533FB (or 0x6533FB) is known color: Han Purple. HEX triplet: 65, 33 and FB. RGB value is (101,51,251). Sum of RGB (Red+Green+Blue) = 101+51+251=403 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.06% from 403); Green value is 51 (20.31% from 255 or 12.66% from 403); Blue value is 251 (98.44% from 255 or 62.28% from 403); Max value from RGB is 251 - color contains mainly: blue. Hex color #6533FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6533FB is #9ACC04. Grayscale: #585858. Windows color (decimal): -10144773 or 16462693. OLE color: 16462693.

HSL color Cylindrical-coordinate representation of color #6533FB: hue angle of 255º degrees, saturation: 0.96, 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 #6533FB is Cyan = 0.60, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 101 51 251 -
CMYK 0.60 0.80 0 0.02
HSL 255º 0.96% 0.59% -
HSV(B) 255º 0.8% 0.98% -
XYZ 23.96 12.1 92.34 -
YUV 88.75 219.57 136.74 -
System Red Green Blue C M Y K H S L
Decimal 101 51 251 0.60 0.80 0 0.02 255 0.96 0.59
Hex 65 33 FB 3C 50 0 2 FF 60 3B
Octal 145 63 373 74 120 0 2 377 140 73
Binary 1100101 110011 11111011 111100 1010000 0 10 11111111 1100000 111011

Color Harmonies of #6533FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6533FB

Black with #6533FB

Text Example


Text Example

White with #6533FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6533FB; }

 p { color: rgb(101,51,251); }

 H1.HeaderClassName
 {
   color: #6533FB;
 }
 .AnyTagClassName
 {
   color: #6533FB;
 }
</style>

background-color css

<style>
 a { background-color: #6533FB; }

 a { background-color: rgb(101,51,251); }

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

border-color css

<style>
 span { border-color: #6533FB; }

 span { border-color: rgb(101,51,251); }

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