Html Css Color HEX #702FB1 Purple Heart

📋 copy color: '#702FB1'

red 112 ◦ green 47 ◦ blue 177

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

Shades of Purple Heart #702FB1

Tints of Purple Heart #702FB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 52.68%

R = 33.33%
G = 13.99%
B = 52.68%

CMYK

 C value IS 0.37

 M value IS 0.73

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#702FB1 (or 0x702FB1) is known color: Purple Heart. HEX triplet: 70, 2F and B1. RGB value is (112,47,177). Sum of RGB (Red+Green+Blue) = 112+47+177=336 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.33% from 336); Green value is 47 (18.75% from 255 or 13.99% from 336); Blue value is 177 (69.53% from 255 or 52.68% from 336); Max value from RGB is 177 - color contains mainly: blue. Hex color #702FB1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702FB1 is #8FD04E. Grayscale: #505050. Windows color (decimal): -9424975 or 11612016. OLE color: 11612016.

HSL color Cylindrical-coordinate representation of color #702FB1: hue angle of 270º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #702FB1 is Cyan = 0.37, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 112 47 177 -
CMYK 0.37 0.73 0 0.31
HSL 270º 0.58% 0.44% -
HSV(B) 270º 0.73% 0.69% -
XYZ 15.63 8.65 42.44 -
YUV 81.26 182.03 149.93 -
System Red Green Blue C M Y K H S L
Decimal 112 47 177 0.37 0.73 0 0.31 270 0.58 0.44
Hex 70 2F B1 25 49 0 1F 10E 3A 2C
Octal 160 57 261 45 111 0 37 416 72 54
Binary 1110000 101111 10110001 100101 1001001 0 11111 100001110 111010 101100

Color Harmonies of #702FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702FB1

Black with #702FB1

Text Example


Text Example

White with #702FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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