Html Css Color HEX #702BAE Purple Heart

📋 copy color: '#702BAE'

red 112 ◦ green 43 ◦ blue 174

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

Shades of Purple Heart #702BAE

Tints of Purple Heart #702BAE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.07%

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

R = 34.04%
G = 13.07%
B = 52.89%

CMYK

 C value IS 0.36

 M value IS 0.75

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#702BAE (or 0x702BAE) is known color: Purple Heart. HEX triplet: 70, 2B and AE. RGB value is (112,43,174). Sum of RGB (Red+Green+Blue) = 112+43+174=329 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.04% from 329); Green value is 43 (17.19% from 255 or 13.07% from 329); Blue value is 174 (68.36% from 255 or 52.89% from 329); Max value from RGB is 174 - color contains mainly: blue. Hex color #702BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702BAE is #8FD451. Grayscale: #4E4E4E. Windows color (decimal): -9426002 or 11414384. OLE color: 11414384.

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

Color convert

RGB 112 43 174 -
CMYK 0.36 0.75 0 0.32
HSL 271.6º 0.6% 0.43% -
HSV(B) 271.6º 0.75% 0.68% -
XYZ 15.19 8.23 40.83 -
YUV 78.57 181.86 151.85 -
System Red Green Blue C M Y K H S L
Decimal 112 43 174 0.36 0.75 0 0.32 271.6 0.6 0.43
Hex 70 2B AE 24 4B 0 20 110 3C 2B
Octal 160 53 256 44 113 0 40 420 74 53
Binary 1110000 101011 10101110 100100 1001011 0 100000 100010000 111100 101011

Color Harmonies of #702BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702BAE

Black with #702BAE

Text Example


Text Example

White with #702BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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