Html Css Color HEX #702DB3 Purple Heart

📋 copy color: '#702DB3'

red 112 ◦ green 45 ◦ blue 179

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

Shades of Purple Heart #702DB3

Tints of Purple Heart #702DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 53.27%

R = 33.33%
G = 13.39%
B = 53.27%

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

#702DB3 (or 0x702DB3) is known color: Purple Heart. HEX triplet: 70, 2D and B3. RGB value is (112,45,179). Sum of RGB (Red+Green+Blue) = 112+45+179=336 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.33% from 336); Green value is 45 (17.97% from 255 or 13.39% from 336); Blue value is 179 (70.31% from 255 or 53.27% from 336); Max value from RGB is 179 - color contains mainly: blue. Hex color #702DB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #702DB3 is #8FD24C. Grayscale: #4F4F4F. Windows color (decimal): -9425485 or 11742576. OLE color: 11742576.

HSL color Cylindrical-coordinate representation of color #702DB3: hue angle of 270º 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 #702DB3 is Cyan = 0.37, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 112 45 179 -
CMYK 0.37 0.75 0 0.30
HSL 270º 0.6% 0.44% -
HSV(B) 270º 0.75% 0.7% -
XYZ 15.76 8.58 43.47 -
YUV 80.31 183.7 150.6 -
System Red Green Blue C M Y K H S L
Decimal 112 45 179 0.37 0.75 0 0.30 270 0.6 0.44
Hex 70 2D B3 25 4B 0 1E 10E 3C 2C
Octal 160 55 263 45 113 0 36 416 74 54
Binary 1110000 101101 10110011 100101 1001011 0 11110 100001110 111100 101100

Color Harmonies of #702DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702DB3

Black with #702DB3

Text Example


Text Example

White with #702DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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