Html Css Color HEX #7029FF Han Purple

📋 copy color: '#7029FF'

red 112 ◦ green 41 ◦ blue 255

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

Shades of Han Purple #7029FF

Tints of Han Purple #7029FF

RGB

 RED value IS 112 (44.14% from 255) = 27.45%

 GREEN value IS 41 (16.41% from 255) = 10.05%

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

R = 27.45%
G = 10.05%
B = 62.5%

CMYK

 C value IS 0.56

 M value IS 0.84

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7029FF (or 0x7029FF) is known color: Han Purple. HEX triplet: 70, 29 and FF. RGB value is (112,41,255). Sum of RGB (Red+Green+Blue) = 112+41+255=408 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.45% from 408); Green value is 41 (16.41% from 255 or 10.05% from 408); Blue value is 255 (100% from 255 or 62.5% from 408); Max value from RGB is 255 - color contains mainly: blue. Hex color #7029FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7029FF is #8FD600. Grayscale: #555555. Windows color (decimal): -9426433 or 16722288. OLE color: 16722288.

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

Color convert

RGB 112 41 255 -
CMYK 0.56 0.84 0 0
HSL 259.91º 1% 0.58% -
HSV(B) 259.91º 0.84% 1% -
XYZ 25.53 12.25 95.63 -
YUV 86.63 223.02 146.1 -
System Red Green Blue C M Y K H S L
Decimal 112 41 255 0.56 0.84 0 0 259.91 1 0.58
Hex 70 29 FF 38 54 0 0 104 64 3A
Octal 160 51 377 70 124 0 0 404 144 72
Binary 1110000 101001 11111111 111000 1010100 0 0 100000100 1100100 111010

Color Harmonies of #7029FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7029FF

Black with #7029FF

Text Example


Text Example

White with #7029FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,41,255); }

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

background-color css

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

 a { background-color: rgb(112,41,255); }

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

border-color css

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

 span { border-color: rgb(112,41,255); }

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