Html Css Color HEX #702485 Vivid Violet

📋 copy color: '#702485'

red 112 ◦ green 36 ◦ blue 133

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

Shades of Vivid Violet #702485

Tints of Vivid Violet #702485

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.81%

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

R = 39.86%
G = 12.81%
B = 47.33%

CMYK

 C value IS 0.16

 M value IS 0.73

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#702485 (or 0x702485) is known color: Vivid Violet. HEX triplet: 70, 24 and 85. RGB value is (112,36,133). Sum of RGB (Red+Green+Blue) = 112+36+133=281 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.86% from 281); Green value is 36 (14.45% from 255 or 12.81% from 281); Blue value is 133 (52.34% from 255 or 47.33% from 281); Max value from RGB is 133 - color contains mainly: blue. Hex color #702485 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702485 is #8FDB7A. Grayscale: #454545. Windows color (decimal): -9427835 or 8725616. OLE color: 8725616.

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

Color convert

RGB 112 36 133 -
CMYK 0.16 0.73 0 0.48
HSL 287.01º 0.57% 0.33% -
HSV(B) 287.01º 0.73% 0.52% -
XYZ 11.55 6.4 22.82 -
YUV 69.78 163.68 158.11 -
System Red Green Blue C M Y K H S L
Decimal 112 36 133 0.16 0.73 0 0.48 287.01 0.57 0.33
Hex 70 24 85 10 49 0 30 11F 39 21
Octal 160 44 205 20 111 0 60 437 71 41
Binary 1110000 100100 10000101 10000 1001001 0 110000 100011111 111001 100001

Color Harmonies of #702485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702485

Black with #702485

Text Example


Text Example

White with #702485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702485; }

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

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

background-color css

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

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

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

border-color css

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

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

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