Html Css Color HEX #702F9C Royal Purple

📋 copy color: '#702F9C'

red 112 ◦ green 47 ◦ blue 156

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

Shades of Royal Purple #702F9C

Tints of Royal Purple #702F9C

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.92%

 BLUE value IS 156 (61.33% from 255) = 49.52%

R = 35.56%
G = 14.92%
B = 49.52%

CMYK

 C value IS 0.28

 M value IS 0.70

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#702F9C (or 0x702F9C) is known color: Royal Purple. HEX triplet: 70, 2F and 9C. RGB value is (112,47,156). Sum of RGB (Red+Green+Blue) = 112+47+156=315 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.56% from 315); Green value is 47 (18.75% from 255 or 14.92% from 315); Blue value is 156 (61.33% from 255 or 49.52% from 315); Max value from RGB is 156 - color contains mainly: blue. Hex color #702F9C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702F9C is #8FD063. Grayscale: #4E4E4E. Windows color (decimal): -9424996 or 10235760. OLE color: 10235760.

HSL color Cylindrical-coordinate representation of color #702F9C: hue angle of 275.78º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #702F9C is Cyan = 0.28, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 112 47 156 -
CMYK 0.28 0.70 0 0.39
HSL 275.78º 0.54% 0.4% -
HSV(B) 275.78º 0.7% 0.61% -
XYZ 13.7 7.88 32.25 -
YUV 78.86 171.53 151.64 -
System Red Green Blue C M Y K H S L
Decimal 112 47 156 0.28 0.70 0 0.39 275.78 0.54 0.4
Hex 70 2F 9C 1C 46 0 27 114 36 28
Octal 160 57 234 34 106 0 47 424 66 50
Binary 1110000 101111 10011100 11100 1000110 0 100111 100010100 110110 101000

Color Harmonies of #702F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702F9C

Black with #702F9C

Text Example


Text Example

White with #702F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,47,156); }

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

background-color css

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

 a { background-color: rgb(112,47,156); }

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

border-color css

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

 span { border-color: rgb(112,47,156); }

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