Html Css Color HEX #702FBF Purple Heart

📋 copy color: '#702FBF'

red 112 ◦ green 47 ◦ blue 191

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

Shades of Purple Heart #702FBF

Tints of Purple Heart #702FBF

RGB

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

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

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

R = 32%
G = 13.43%
B = 54.57%

CMYK

 C value IS 0.41

 M value IS 0.75

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#702FBF (or 0x702FBF) is known color: Purple Heart. HEX triplet: 70, 2F and BF. RGB value is (112,47,191). Sum of RGB (Red+Green+Blue) = 112+47+191=350 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32% from 350); Green value is 47 (18.75% from 255 or 13.43% from 350); Blue value is 191 (75% from 255 or 54.57% from 350); Max value from RGB is 191 - color contains mainly: blue. Hex color #702FBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #702FBF is #8FD040. Grayscale: #525252. Windows color (decimal): -9424961 or 12529520. OLE color: 12529520.

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

Color convert

RGB 112 47 191 -
CMYK 0.41 0.75 0 0.25
HSL 267.08º 0.61% 0.47% -
HSV(B) 267.08º 0.75% 0.75% -
XYZ 17.1 9.24 50.17 -
YUV 82.85 189.03 148.79 -
System Red Green Blue C M Y K H S L
Decimal 112 47 191 0.41 0.75 0 0.25 267.08 0.61 0.47
Hex 70 2F BF 29 4B 0 19 10B 3D 2F
Octal 160 57 277 51 113 0 31 413 75 57
Binary 1110000 101111 10111111 101001 1001011 0 11001 100001011 111101 101111

Color Harmonies of #702FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702FBF

Black with #702FBF

Text Example


Text Example

White with #702FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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