Html Css Color HEX #702CF1 Blue Violet

📋 copy color: '#702CF1'

red 112 ◦ green 44 ◦ blue 241

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

Shades of Blue Violet #702CF1

Tints of Blue Violet #702CF1

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.08%

 BLUE value IS 241 (94.53% from 255) = 60.71%

R = 28.21%
G = 11.08%
B = 60.71%

CMYK

 C value IS 0.54

 M value IS 0.82

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#702CF1 (or 0x702CF1) is known color: Blue Violet. HEX triplet: 70, 2C and F1. RGB value is (112,44,241). Sum of RGB (Red+Green+Blue) = 112+44+241=397 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.21% from 397); Green value is 44 (17.58% from 255 or 11.08% from 397); Blue value is 241 (94.53% from 255 or 60.71% from 397); Max value from RGB is 241 - color contains mainly: blue. Hex color #702CF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #702CF1 is #8FD30E. Grayscale: #565656. Windows color (decimal): -9425679 or 15805552. OLE color: 15805552.

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

Color convert

RGB 112 44 241 -
CMYK 0.54 0.82 0 0.05
HSL 260.71º 0.88% 0.56% -
HSV(B) 260.71º 0.82% 0.95% -
XYZ 23.46 11.6 84.22 -
YUV 86.79 215.03 145.98 -
System Red Green Blue C M Y K H S L
Decimal 112 44 241 0.54 0.82 0 0.05 260.71 0.88 0.56
Hex 70 2C F1 36 52 0 5 105 58 38
Octal 160 54 361 66 122 0 5 405 130 70
Binary 1110000 101100 11110001 110110 1010010 0 101 100000101 1011000 111000

Color Harmonies of #702CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702CF1

Black with #702CF1

Text Example


Text Example

White with #702CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,44,241); }

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

background-color css

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

 a { background-color: rgb(112,44,241); }

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

border-color css

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

 span { border-color: rgb(112,44,241); }

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