Html Css Color HEX #702FBC Purple Heart

📋 copy color: '#702FBC'

red 112 ◦ green 47 ◦ blue 188

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

Shades of Purple Heart #702FBC

Tints of Purple Heart #702FBC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.54%

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

R = 32.28%
G = 13.54%
B = 54.18%

CMYK

 C value IS 0.40

 M value IS 0.75

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#702FBC (or 0x702FBC) is known color: Purple Heart. HEX triplet: 70, 2F and BC. RGB value is (112,47,188). Sum of RGB (Red+Green+Blue) = 112+47+188=347 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.28% from 347); Green value is 47 (18.75% from 255 or 13.54% from 347); Blue value is 188 (73.83% from 255 or 54.18% from 347); Max value from RGB is 188 - color contains mainly: blue. Hex color #702FBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #702FBC is #8FD043. Grayscale: #525252. Windows color (decimal): -9424964 or 12332912. OLE color: 12332912.

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

Color convert

RGB 112 47 188 -
CMYK 0.40 0.75 0 0.26
HSL 267.66º 0.6% 0.46% -
HSV(B) 267.66º 0.75% 0.74% -
XYZ 16.78 9.11 48.45 -
YUV 82.51 187.53 149.04 -
System Red Green Blue C M Y K H S L
Decimal 112 47 188 0.40 0.75 0 0.26 267.66 0.6 0.46
Hex 70 2F BC 28 4B 0 1A 10C 3C 2E
Octal 160 57 274 50 113 0 32 414 74 56
Binary 1110000 101111 10111100 101000 1001011 0 11010 100001100 111100 101110

Color Harmonies of #702FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702FBC

Black with #702FBC

Text Example


Text Example

White with #702FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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