Html Css Color HEX #702ABE Purple Heart

📋 copy color: '#702ABE'

red 112 ◦ green 42 ◦ blue 190

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

Shades of Purple Heart #702ABE

Tints of Purple Heart #702ABE

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.21%

 BLUE value IS 190 (74.61% from 255) = 55.23%

R = 32.56%
G = 12.21%
B = 55.23%

CMYK

 C value IS 0.41

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#702ABE (or 0x702ABE) is known color: Purple Heart. HEX triplet: 70, 2A and BE. RGB value is (112,42,190). Sum of RGB (Red+Green+Blue) = 112+42+190=344 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.56% from 344); Green value is 42 (16.80% from 255 or 12.21% from 344); Blue value is 190 (74.61% from 255 or 55.23% from 344); Max value from RGB is 190 - color contains mainly: blue. Hex color #702ABE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #702ABE is #8FD541. Grayscale: #4F4F4F. Windows color (decimal): -9426242 or 12462704. OLE color: 12462704.

HSL color Cylindrical-coordinate representation of color #702ABE: hue angle of 268.38º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #702ABE is Cyan = 0.41, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 112 42 190 -
CMYK 0.41 0.78 0 0.25
HSL 268.38º 0.64% 0.45% -
HSV(B) 268.38º 0.78% 0.75% -
XYZ 16.8 8.82 49.53 -
YUV 79.8 190.19 150.97 -
System Red Green Blue C M Y K H S L
Decimal 112 42 190 0.41 0.78 0 0.25 268.38 0.64 0.45
Hex 70 2A BE 29 4E 0 19 10C 40 2D
Octal 160 52 276 51 116 0 31 414 100 55
Binary 1110000 101010 10111110 101001 1001110 0 11001 100001100 1000000 101101

Color Harmonies of #702ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702ABE

Black with #702ABE

Text Example


Text Example

White with #702ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,42,190); }

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

background-color css

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

 a { background-color: rgb(112,42,190); }

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

border-color css

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

 span { border-color: rgb(112,42,190); }

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