Html Css Color HEX #702EAE Royal Purple

📋 copy color: '#702EAE'

red 112 ◦ green 46 ◦ blue 174

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

Shades of Royal Purple #702EAE

Tints of Royal Purple #702EAE

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.86%

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

R = 33.73%
G = 13.86%
B = 52.41%

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

#702EAE (or 0x702EAE) is known color: Royal Purple. HEX triplet: 70, 2E and AE. RGB value is (112,46,174). Sum of RGB (Red+Green+Blue) = 112+46+174=332 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.73% from 332); Green value is 46 (18.36% from 255 or 13.86% from 332); Blue value is 174 (68.36% from 255 or 52.41% from 332); Max value from RGB is 174 - color contains mainly: blue. Hex color #702EAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702EAE is #8FD151. Grayscale: #4F4F4F. Windows color (decimal): -9425234 or 11415152. OLE color: 11415152.

HSL color Cylindrical-coordinate representation of color #702EAE: hue angle of 270.94º degrees, saturation: 0.58, 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 #702EAE is Cyan = 0.36, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 112 46 174 -
CMYK 0.36 0.74 0 0.32
HSL 270.94º 0.58% 0.43% -
HSV(B) 270.94º 0.74% 0.68% -
XYZ 15.3 8.45 40.87 -
YUV 80.33 180.87 150.59 -
System Red Green Blue C M Y K H S L
Decimal 112 46 174 0.36 0.74 0 0.32 270.94 0.58 0.43
Hex 70 2E AE 24 4A 0 20 10F 3A 2B
Octal 160 56 256 44 112 0 40 417 72 53
Binary 1110000 101110 10101110 100100 1001010 0 100000 100001111 111010 101011

Color Harmonies of #702EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702EAE

Black with #702EAE

Text Example


Text Example

White with #702EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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