Html Css Color HEX #702FF2 Blue Violet

📋 copy color: '#702FF2'

red 112 ◦ green 47 ◦ blue 242

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

Shades of Blue Violet #702FF2

Tints of Blue Violet #702FF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 60.35%

R = 27.93%
G = 11.72%
B = 60.35%

CMYK

 C value IS 0.54

 M value IS 0.81

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#702FF2 (or 0x702FF2) is known color: Blue Violet. HEX triplet: 70, 2F and F2. RGB value is (112,47,242). Sum of RGB (Red+Green+Blue) = 112+47+242=401 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.93% from 401); Green value is 47 (18.75% from 255 or 11.72% from 401); Blue value is 242 (94.92% from 255 or 60.35% from 401); Max value from RGB is 242 - color contains mainly: blue. Hex color #702FF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #702FF2 is #8FD00D. Grayscale: #575757. Windows color (decimal): -9424910 or 15871856. OLE color: 15871856.

HSL color Cylindrical-coordinate representation of color #702FF2: hue angle of 260º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #702FF2 is Cyan = 0.54, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 112 47 242 -
CMYK 0.54 0.81 0 0.05
HSL 260º 0.88% 0.57% -
HSV(B) 260º 0.81% 0.95% -
XYZ 23.73 11.89 85.05 -
YUV 88.67 214.53 144.64 -
System Red Green Blue C M Y K H S L
Decimal 112 47 242 0.54 0.81 0 0.05 260 0.88 0.57
Hex 70 2F F2 36 51 0 5 104 58 39
Octal 160 57 362 66 121 0 5 404 130 71
Binary 1110000 101111 11110010 110110 1010001 0 101 100000100 1011000 111001

Color Harmonies of #702FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702FF2

Black with #702FF2

Text Example


Text Example

White with #702FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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