Html Css Color HEX #702ABF Purple Heart

📋 copy color: '#702ABF'

red 112 ◦ green 42 ◦ blue 191

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

Shades of Purple Heart #702ABF

Tints of Purple Heart #702ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 55.36%

R = 32.46%
G = 12.17%
B = 55.36%

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

#702ABF (or 0x702ABF) is known color: Purple Heart. HEX triplet: 70, 2A and BF. RGB value is (112,42,191). Sum of RGB (Red+Green+Blue) = 112+42+191=345 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.46% from 345); Green value is 42 (16.80% from 255 or 12.17% from 345); Blue value is 191 (75% from 255 or 55.36% from 345); Max value from RGB is 191 - color contains mainly: blue. Hex color #702ABF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #702ABF is #8FD540. Grayscale: #4F4F4F. Windows color (decimal): -9426241 or 12528240. OLE color: 12528240.

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

Color convert

RGB 112 42 191 -
CMYK 0.41 0.78 0 0.25
HSL 268.19º 0.64% 0.46% -
HSV(B) 268.19º 0.78% 0.75% -
XYZ 16.91 8.86 50.11 -
YUV 79.92 190.69 150.88 -
System Red Green Blue C M Y K H S L
Decimal 112 42 191 0.41 0.78 0 0.25 268.19 0.64 0.46
Hex 70 2A BF 29 4E 0 19 10C 40 2E
Octal 160 52 277 51 116 0 31 414 100 56
Binary 1110000 101010 10111111 101001 1001110 0 11001 100001100 1000000 101110

Color Harmonies of #702ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702ABF

Black with #702ABF

Text Example


Text Example

White with #702ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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