Html Css Color HEX #702BEE Blue Violet

📋 copy color: '#702BEE'

red 112 ◦ green 43 ◦ blue 238

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

Shades of Blue Violet #702BEE

Tints of Blue Violet #702BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 60.56%

R = 28.5%
G = 10.94%
B = 60.56%

CMYK

 C value IS 0.53

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#702BEE (or 0x702BEE) is known color: Blue Violet. HEX triplet: 70, 2B and EE. RGB value is (112,43,238). Sum of RGB (Red+Green+Blue) = 112+43+238=393 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.50% from 393); Green value is 43 (17.19% from 255 or 10.94% from 393); Blue value is 238 (93.36% from 255 or 60.56% from 393); Max value from RGB is 238 - color contains mainly: blue. Hex color #702BEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #702BEE is #8FD411. Grayscale: #555555. Windows color (decimal): -9425938 or 15608688. OLE color: 15608688.

HSL color Cylindrical-coordinate representation of color #702BEE: hue angle of 261.23º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #702BEE is Cyan = 0.53, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 112 43 238 -
CMYK 0.53 0.82 0 0.07
HSL 261.23º 0.85% 0.55% -
HSV(B) 261.23º 0.82% 0.93% -
XYZ 22.98 11.35 81.87 -
YUV 85.86 213.86 146.64 -
System Red Green Blue C M Y K H S L
Decimal 112 43 238 0.53 0.82 0 0.07 261.23 0.85 0.55
Hex 70 2B EE 35 52 0 7 105 55 37
Octal 160 53 356 65 122 0 7 405 125 67
Binary 1110000 101011 11101110 110101 1010010 0 111 100000101 1010101 110111

Color Harmonies of #702BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702BEE

Black with #702BEE

Text Example


Text Example

White with #702BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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