Html Css Color HEX #702AFF Han Purple

📋 copy color: '#702AFF'

red 112 ◦ green 42 ◦ blue 255

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

Shades of Han Purple #702AFF

Tints of Han Purple #702AFF

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.27%

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

R = 27.38%
G = 10.27%
B = 62.35%

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

#702AFF (or 0x702AFF) is known color: Han Purple. HEX triplet: 70, 2A and FF. RGB value is (112,42,255). Sum of RGB (Red+Green+Blue) = 112+42+255=409 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.38% from 409); Green value is 42 (16.80% from 255 or 10.27% from 409); Blue value is 255 (100% from 255 or 62.35% from 409); Max value from RGB is 255 - color contains mainly: blue. Hex color #702AFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #702AFF is #8FD500. Grayscale: #565656. Windows color (decimal): -9426177 or 16722544. OLE color: 16722544.

HSL color Cylindrical-coordinate representation of color #702AFF: hue angle of 259.72º 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 #702AFF is Cyan = 0.56, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 112 42 255 -
CMYK 0.56 0.84 0 0
HSL 259.72º 1% 0.58% -
HSV(B) 259.72º 0.84% 1% -
XYZ 25.56 12.32 95.64 -
YUV 87.21 222.69 145.68 -
System Red Green Blue C M Y K H S L
Decimal 112 42 255 0.56 0.84 0 0 259.72 1 0.58
Hex 70 2A FF 38 54 0 0 104 64 3A
Octal 160 52 377 70 124 0 0 404 144 72
Binary 1110000 101010 11111111 111000 1010100 0 0 100000100 1100100 111010

Color Harmonies of #702AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702AFF

Black with #702AFF

Text Example


Text Example

White with #702AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702AFF; }

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

 H1.HeaderClassName
 {
   color: #702AFF;
 }
 .AnyTagClassName
 {
   color: #702AFF;
 }
</style>

background-color css

<style>
 a { background-color: #702AFF; }

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

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

border-color css

<style>
 span { border-color: #702AFF; }

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

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