Html Css Color HEX #702DB2 Purple Heart

📋 copy color: '#702DB2'

red 112 ◦ green 45 ◦ blue 178

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

Shades of Purple Heart #702DB2

Tints of Purple Heart #702DB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 53.13%

R = 33.43%
G = 13.43%
B = 53.13%

CMYK

 C value IS 0.37

 M value IS 0.75

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#702DB2 (or 0x702DB2) is known color: Purple Heart. HEX triplet: 70, 2D and B2. RGB value is (112,45,178). Sum of RGB (Red+Green+Blue) = 112+45+178=335 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.43% from 335); Green value is 45 (17.97% from 255 or 13.43% from 335); Blue value is 178 (69.92% from 255 or 53.13% from 335); Max value from RGB is 178 - color contains mainly: blue. Hex color #702DB2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702DB2 is #8FD24D. Grayscale: #4F4F4F. Windows color (decimal): -9425486 or 11677040. OLE color: 11677040.

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

Color convert

RGB 112 45 178 -
CMYK 0.37 0.75 0 0.30
HSL 270.23º 0.6% 0.44% -
HSV(B) 270.23º 0.75% 0.7% -
XYZ 15.66 8.54 42.94 -
YUV 80.2 183.2 150.69 -
System Red Green Blue C M Y K H S L
Decimal 112 45 178 0.37 0.75 0 0.30 270.23 0.6 0.44
Hex 70 2D B2 25 4B 0 1E 10E 3C 2C
Octal 160 55 262 45 113 0 36 416 74 54
Binary 1110000 101101 10110010 100101 1001011 0 11110 100001110 111100 101100

Color Harmonies of #702DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702DB2

Black with #702DB2

Text Example


Text Example

White with #702DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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