Html Css Color HEX #702398 Vivid Violet

📋 copy color: '#702398'

red 112 ◦ green 35 ◦ blue 152

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

Shades of Vivid Violet #702398

Tints of Vivid Violet #702398

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.71%

 BLUE value IS 152 (59.77% from 255) = 50.84%

R = 37.46%
G = 11.71%
B = 50.84%

CMYK

 C value IS 0.26

 M value IS 0.77

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#702398 (or 0x702398) is known color: Vivid Violet. HEX triplet: 70, 23 and 98. RGB value is (112,35,152). Sum of RGB (Red+Green+Blue) = 112+35+152=299 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.46% from 299); Green value is 35 (14.06% from 255 or 11.71% from 299); Blue value is 152 (59.77% from 255 or 50.84% from 299); Max value from RGB is 152 - color contains mainly: blue. Hex color #702398 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702398 is #8FDC67. Grayscale: #464646. Windows color (decimal): -9428072 or 9970544. OLE color: 9970544.

HSL color Cylindrical-coordinate representation of color #702398: hue angle of 279.49º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #702398 is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 112 35 152 -
CMYK 0.26 0.77 0 0.40
HSL 279.49º 0.63% 0.37% -
HSV(B) 279.49º 0.77% 0.6% -
XYZ 12.95 6.91 30.36 -
YUV 71.36 173.51 156.99 -
System Red Green Blue C M Y K H S L
Decimal 112 35 152 0.26 0.77 0 0.40 279.49 0.63 0.37
Hex 70 23 98 1A 4D 0 28 117 3F 25
Octal 160 43 230 32 115 0 50 427 77 45
Binary 1110000 100011 10011000 11010 1001101 0 101000 100010111 111111 100101

Color Harmonies of #702398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702398

Black with #702398

Text Example


Text Example

White with #702398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702398; }

 p { color: rgb(112,35,152); }

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

background-color css

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

 a { background-color: rgb(112,35,152); }

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

border-color css

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

 span { border-color: rgb(112,35,152); }

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