Html Css Color HEX #702EBC Purple Heart

📋 copy color: '#702EBC'

red 112 ◦ green 46 ◦ blue 188

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

Shades of Purple Heart #702EBC

Tints of Purple Heart #702EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 54.34%

R = 32.37%
G = 13.29%
B = 54.34%

CMYK

 C value IS 0.40

 M value IS 0.76

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#702EBC (or 0x702EBC) is known color: Purple Heart. HEX triplet: 70, 2E and BC. RGB value is (112,46,188). Sum of RGB (Red+Green+Blue) = 112+46+188=346 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.37% from 346); Green value is 46 (18.36% from 255 or 13.29% from 346); Blue value is 188 (73.83% from 255 or 54.34% from 346); Max value from RGB is 188 - color contains mainly: blue. Hex color #702EBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #702EBC is #8FD143. Grayscale: #515151. Windows color (decimal): -9425220 or 12332656. OLE color: 12332656.

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

Color convert

RGB 112 46 188 -
CMYK 0.40 0.76 0 0.26
HSL 267.89º 0.61% 0.46% -
HSV(B) 267.89º 0.76% 0.74% -
XYZ 16.74 9.03 48.44 -
YUV 81.92 187.87 149.45 -
System Red Green Blue C M Y K H S L
Decimal 112 46 188 0.40 0.76 0 0.26 267.89 0.61 0.46
Hex 70 2E BC 28 4C 0 1A 10C 3D 2E
Octal 160 56 274 50 114 0 32 414 75 56
Binary 1110000 101110 10111100 101000 1001100 0 11010 100001100 111101 101110

Color Harmonies of #702EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702EBC

Black with #702EBC

Text Example


Text Example

White with #702EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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