Html Css Color HEX #702DAE Royal Purple

📋 copy color: '#702DAE'

red 112 ◦ green 45 ◦ blue 174

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

Shades of Royal Purple #702DAE

Tints of Royal Purple #702DAE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.6%

 BLUE value IS 174 (68.36% from 255) = 52.57%

R = 33.84%
G = 13.6%
B = 52.57%

CMYK

 C value IS 0.36

 M value IS 0.74

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#702DAE (or 0x702DAE) is known color: Royal Purple. HEX triplet: 70, 2D and AE. RGB value is (112,45,174). Sum of RGB (Red+Green+Blue) = 112+45+174=331 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.84% from 331); Green value is 45 (17.97% from 255 or 13.60% from 331); Blue value is 174 (68.36% from 255 or 52.57% from 331); Max value from RGB is 174 - color contains mainly: blue. Hex color #702DAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702DAE is #8FD251. Grayscale: #4F4F4F. Windows color (decimal): -9425490 or 11414896. OLE color: 11414896.

HSL color Cylindrical-coordinate representation of color #702DAE: hue angle of 271.16º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #702DAE is Cyan = 0.36, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 112 45 174 -
CMYK 0.36 0.74 0 0.32
HSL 271.16º 0.59% 0.43% -
HSV(B) 271.16º 0.74% 0.68% -
XYZ 15.26 8.38 40.86 -
YUV 79.74 181.2 151.01 -
System Red Green Blue C M Y K H S L
Decimal 112 45 174 0.36 0.74 0 0.32 271.16 0.59 0.43
Hex 70 2D AE 24 4A 0 20 10F 3B 2B
Octal 160 55 256 44 112 0 40 417 73 53
Binary 1110000 101101 10101110 100100 1001010 0 100000 100001111 111011 101011

Color Harmonies of #702DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702DAE

Black with #702DAE

Text Example


Text Example

White with #702DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,45,174); }

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

background-color css

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

 a { background-color: rgb(112,45,174); }

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

border-color css

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

 span { border-color: rgb(112,45,174); }

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