Html Css Color HEX #7221FF Han Purple

📋 copy color: '#7221FF'

red 114 ◦ green 33 ◦ blue 255

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

Shades of Han Purple #7221FF

Tints of Han Purple #7221FF

RGB

 RED value IS 114 (44.92% from 255) = 28.36%

 GREEN value IS 33 (13.28% from 255) = 8.21%

 BLUE value IS 255 (100% from 255) = 63.43%

R = 28.36%
G = 8.21%
B = 63.43%

CMYK

 C value IS 0.55

 M value IS 0.87

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7221FF (or 0x7221FF) is known color: Han Purple. HEX triplet: 72, 21 and FF. RGB value is (114,33,255). Sum of RGB (Red+Green+Blue) = 114+33+255=402 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.36% from 402); Green value is 33 (13.28% from 255 or 8.21% from 402); Blue value is 255 (100% from 255 or 63.43% from 402); Max value from RGB is 255 - color contains mainly: blue. Hex color #7221FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7221FF is #8DDE00. Grayscale: #515151. Windows color (decimal): -9297409 or 16720242. OLE color: 16720242.

HSL color Cylindrical-coordinate representation of color #7221FF: hue angle of 261.89º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7221FF is Cyan = 0.55, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 114 33 255 -
CMYK 0.55 0.87 0 0
HSL 261.89º 1% 0.56% -
HSV(B) 261.89º 0.87% 1% -
XYZ 25.53 11.89 95.56 -
YUV 82.53 225.34 150.45 -
System Red Green Blue C M Y K H S L
Decimal 114 33 255 0.55 0.87 0 0 261.89 1 0.56
Hex 72 21 FF 37 57 0 0 106 64 38
Octal 162 41 377 67 127 0 0 406 144 70
Binary 1110010 100001 11111111 110111 1010111 0 0 100000110 1100100 111000

Color Harmonies of #7221FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7221FF

Black with #7221FF

Text Example


Text Example

White with #7221FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7221FF; }

 p { color: rgb(114,33,255); }

 H1.HeaderClassName
 {
   color: #7221FF;
 }
 .AnyTagClassName
 {
   color: #7221FF;
 }
</style>

background-color css

<style>
 a { background-color: #7221FF; }

 a { background-color: rgb(114,33,255); }

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

border-color css

<style>
 span { border-color: #7221FF; }

 span { border-color: rgb(114,33,255); }

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