Html Css Color HEX #702FF7 Blue Violet

📋 copy color: '#702FF7'

red 112 ◦ green 47 ◦ blue 247

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

Shades of Blue Violet #702FF7

Tints of Blue Violet #702FF7

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.58%

 BLUE value IS 247 (96.88% from 255) = 60.84%

R = 27.59%
G = 11.58%
B = 60.84%

CMYK

 C value IS 0.55

 M value IS 0.81

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#702FF7 (or 0x702FF7) is known color: Blue Violet. HEX triplet: 70, 2F and F7. RGB value is (112,47,247). Sum of RGB (Red+Green+Blue) = 112+47+247=406 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.59% from 406); Green value is 47 (18.75% from 255 or 11.58% from 406); Blue value is 247 (96.88% from 255 or 60.84% from 406); Max value from RGB is 247 - color contains mainly: blue. Hex color #702FF7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #702FF7 is #8FD008. Grayscale: #585858. Windows color (decimal): -9424905 or 16199536. OLE color: 16199536.

HSL color Cylindrical-coordinate representation of color #702FF7: hue angle of 259.5º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #702FF7 is Cyan = 0.55, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 112 47 247 -
CMYK 0.55 0.81 0 0.03
HSL 259.5º 0.93% 0.58% -
HSV(B) 259.5º 0.81% 0.97% -
XYZ 24.49 12.19 89.06 -
YUV 89.24 217.03 144.24 -
System Red Green Blue C M Y K H S L
Decimal 112 47 247 0.55 0.81 0 0.03 259.5 0.93 0.58
Hex 70 2F F7 37 51 0 3 104 5D 3A
Octal 160 57 367 67 121 0 3 404 135 72
Binary 1110000 101111 11110111 110111 1010001 0 11 100000100 1011101 111010

Color Harmonies of #702FF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702FF7

Black with #702FF7

Text Example


Text Example

White with #702FF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,47,247); }

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

background-color css

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

 a { background-color: rgb(112,47,247); }

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

border-color css

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

 span { border-color: rgb(112,47,247); }

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