Html Css Color HEX #702EBF Purple Heart

📋 copy color: '#702EBF'

red 112 ◦ green 46 ◦ blue 191

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

Shades of Purple Heart #702EBF

Tints of Purple Heart #702EBF

RGB

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

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

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

R = 32.09%
G = 13.18%
B = 54.73%

CMYK

 C value IS 0.41

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#702EBF (or 0x702EBF) is known color: Purple Heart. HEX triplet: 70, 2E and BF. RGB value is (112,46,191). Sum of RGB (Red+Green+Blue) = 112+46+191=349 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.09% from 349); Green value is 46 (18.36% from 255 or 13.18% from 349); Blue value is 191 (75% from 255 or 54.73% from 349); Max value from RGB is 191 - color contains mainly: blue. Hex color #702EBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #702EBF is #8FD140. Grayscale: #515151. Windows color (decimal): -9425217 or 12529264. OLE color: 12529264.

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

Color convert

RGB 112 46 191 -
CMYK 0.41 0.76 0 0.25
HSL 267.31º 0.61% 0.46% -
HSV(B) 267.31º 0.76% 0.75% -
XYZ 17.06 9.16 50.16 -
YUV 82.26 189.37 149.21 -
System Red Green Blue C M Y K H S L
Decimal 112 46 191 0.41 0.76 0 0.25 267.31 0.61 0.46
Hex 70 2E BF 29 4C 0 19 10B 3D 2E
Octal 160 56 277 51 114 0 31 413 75 56
Binary 1110000 101110 10111111 101001 1001100 0 11001 100001011 111101 101110

Color Harmonies of #702EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702EBF

Black with #702EBF

Text Example


Text Example

White with #702EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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