Html Css Color HEX #702DCA Purple Heart

📋 copy color: '#702DCA'

red 112 ◦ green 45 ◦ blue 202

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

Shades of Purple Heart #702DCA

Tints of Purple Heart #702DCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 56.27%

R = 31.2%
G = 12.53%
B = 56.27%

CMYK

 C value IS 0.45

 M value IS 0.78

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#702DCA (or 0x702DCA) is known color: Purple Heart. HEX triplet: 70, 2D and CA. RGB value is (112,45,202). Sum of RGB (Red+Green+Blue) = 112+45+202=359 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.20% from 359); Green value is 45 (17.97% from 255 or 12.53% from 359); Blue value is 202 (79.30% from 255 or 56.27% from 359); Max value from RGB is 202 - color contains mainly: blue. Hex color #702DCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #702DCA is #8FD235. Grayscale: #525252. Windows color (decimal): -9425462 or 13249904. OLE color: 13249904.

HSL color Cylindrical-coordinate representation of color #702DCA: hue angle of 265.61º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #702DCA is Cyan = 0.45, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 112 45 202 -
CMYK 0.45 0.78 0 0.21
HSL 265.61º 0.64% 0.48% -
HSV(B) 265.61º 0.78% 0.79% -
XYZ 18.28 9.59 56.76 -
YUV 82.93 195.2 148.73 -
System Red Green Blue C M Y K H S L
Decimal 112 45 202 0.45 0.78 0 0.21 265.61 0.64 0.48
Hex 70 2D CA 2D 4E 0 15 10A 40 30
Octal 160 55 312 55 116 0 25 412 100 60
Binary 1110000 101101 11001010 101101 1001110 0 10101 100001010 1000000 110000

Color Harmonies of #702DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702DCA

Black with #702DCA

Text Example


Text Example

White with #702DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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