Html Css Color HEX #702DB1 Purple Heart

📋 copy color: '#702DB1'

red 112 ◦ green 45 ◦ blue 177

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

Shades of Purple Heart #702DB1

Tints of Purple Heart #702DB1

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.47%

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

R = 33.53%
G = 13.47%
B = 52.99%

CMYK

 C value IS 0.37

 M value IS 0.75

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#702DB1 (or 0x702DB1) is known color: Purple Heart. HEX triplet: 70, 2D and B1. RGB value is (112,45,177). Sum of RGB (Red+Green+Blue) = 112+45+177=334 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.53% from 334); Green value is 45 (17.97% from 255 or 13.47% from 334); Blue value is 177 (69.53% from 255 or 52.99% from 334); Max value from RGB is 177 - color contains mainly: blue. Hex color #702DB1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702DB1 is #8FD24E. Grayscale: #4F4F4F. Windows color (decimal): -9425487 or 11611504. OLE color: 11611504.

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

Color convert

RGB 112 45 177 -
CMYK 0.37 0.75 0 0.31
HSL 270.45º 0.59% 0.44% -
HSV(B) 270.45º 0.75% 0.69% -
XYZ 15.56 8.5 42.41 -
YUV 80.08 182.7 150.77 -
System Red Green Blue C M Y K H S L
Decimal 112 45 177 0.37 0.75 0 0.31 270.45 0.59 0.44
Hex 70 2D B1 25 4B 0 1F 10E 3B 2C
Octal 160 55 261 45 113 0 37 416 73 54
Binary 1110000 101101 10110001 100101 1001011 0 11111 100001110 111011 101100

Color Harmonies of #702DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702DB1

Black with #702DB1

Text Example


Text Example

White with #702DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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