Html Css Color HEX #702685 Vivid Violet

📋 copy color: '#702685'

red 112 ◦ green 38 ◦ blue 133

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

Shades of Vivid Violet #702685

Tints of Vivid Violet #702685

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.43%

 BLUE value IS 133 (52.34% from 255) = 47%

R = 39.58%
G = 13.43%
B = 47%

CMYK

 C value IS 0.16

 M value IS 0.71

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#702685 (or 0x702685) is known color: Vivid Violet. HEX triplet: 70, 26 and 85. RGB value is (112,38,133). Sum of RGB (Red+Green+Blue) = 112+38+133=283 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.58% from 283); Green value is 38 (15.23% from 255 or 13.43% from 283); Blue value is 133 (52.34% from 255 or 47.00% from 283); Max value from RGB is 133 - color contains mainly: blue. Hex color #702685 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702685 is #8FD97A. Grayscale: #464646. Windows color (decimal): -9427323 or 8726128. OLE color: 8726128.

HSL color Cylindrical-coordinate representation of color #702685: hue angle of 286.74º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #702685 is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 112 38 133 -
CMYK 0.16 0.71 0 0.48
HSL 286.74º 0.56% 0.34% -
HSV(B) 286.74º 0.71% 0.52% -
XYZ 11.61 6.52 22.84 -
YUV 70.96 163.02 157.28 -
System Red Green Blue C M Y K H S L
Decimal 112 38 133 0.16 0.71 0 0.48 286.74 0.56 0.34
Hex 70 26 85 10 47 0 30 11F 38 22
Octal 160 46 205 20 107 0 60 437 70 42
Binary 1110000 100110 10000101 10000 1000111 0 110000 100011111 111000 100010

Color Harmonies of #702685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702685

Black with #702685

Text Example


Text Example

White with #702685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702685; }

 p { color: rgb(112,38,133); }

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

background-color css

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

 a { background-color: rgb(112,38,133); }

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

border-color css

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

 span { border-color: rgb(112,38,133); }

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