Html Css Color HEX #702BFF Han Purple

📋 copy color: '#702BFF'

red 112 ◦ green 43 ◦ blue 255

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

Shades of Han Purple #702BFF

Tints of Han Purple #702BFF

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.49%

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

R = 27.32%
G = 10.49%
B = 62.2%

CMYK

 C value IS 0.56

 M value IS 0.83

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#702BFF (or 0x702BFF) is known color: Han Purple. HEX triplet: 70, 2B and FF. RGB value is (112,43,255). Sum of RGB (Red+Green+Blue) = 112+43+255=410 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.32% from 410); Green value is 43 (17.19% from 255 or 10.49% from 410); Blue value is 255 (100% from 255 or 62.20% from 410); Max value from RGB is 255 - color contains mainly: blue. Hex color #702BFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #702BFF is #8FD400. Grayscale: #575757. Windows color (decimal): -9425921 or 16722800. OLE color: 16722800.

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

Color convert

RGB 112 43 255 -
CMYK 0.56 0.83 0 0
HSL 259.53º 1% 0.58% -
HSV(B) 259.53º 0.83% 1% -
XYZ 25.6 12.39 95.65 -
YUV 87.8 222.36 145.26 -
System Red Green Blue C M Y K H S L
Decimal 112 43 255 0.56 0.83 0 0 259.53 1 0.58
Hex 70 2B FF 38 53 0 0 104 64 3A
Octal 160 53 377 70 123 0 0 404 144 72
Binary 1110000 101011 11111111 111000 1010011 0 0 100000100 1100100 111010

Color Harmonies of #702BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702BFF

Black with #702BFF

Text Example


Text Example

White with #702BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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