Html Css Color HEX #702CCD Purple Heart

📋 copy color: '#702CCD'

red 112 ◦ green 44 ◦ blue 205

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

Shades of Purple Heart #702CCD

Tints of Purple Heart #702CCD

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.19%

 BLUE value IS 205 (80.47% from 255) = 56.79%

R = 31.02%
G = 12.19%
B = 56.79%

CMYK

 C value IS 0.45

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#702CCD (or 0x702CCD) is known color: Purple Heart. HEX triplet: 70, 2C and CD. RGB value is (112,44,205). Sum of RGB (Red+Green+Blue) = 112+44+205=361 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.02% from 361); Green value is 44 (17.58% from 255 or 12.19% from 361); Blue value is 205 (80.47% from 255 or 56.79% from 361); Max value from RGB is 205 - color contains mainly: blue. Hex color #702CCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #702CCD is #8FD332. Grayscale: #525252. Windows color (decimal): -9425715 or 13446256. OLE color: 13446256.

HSL color Cylindrical-coordinate representation of color #702CCD: hue angle of 265.34º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #702CCD is Cyan = 0.45, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 112 44 205 -
CMYK 0.45 0.79 0 0.20
HSL 265.34º 0.65% 0.49% -
HSV(B) 265.34º 0.79% 0.8% -
XYZ 18.6 9.65 58.64 -
YUV 82.69 197.03 148.91 -
System Red Green Blue C M Y K H S L
Decimal 112 44 205 0.45 0.79 0 0.20 265.34 0.65 0.49
Hex 70 2C CD 2D 4F 0 14 109 41 31
Octal 160 54 315 55 117 0 24 411 101 61
Binary 1110000 101100 11001101 101101 1001111 0 10100 100001001 1000001 110001

Color Harmonies of #702CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702CCD

Black with #702CCD

Text Example


Text Example

White with #702CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,44,205); }

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

background-color css

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

 a { background-color: rgb(112,44,205); }

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

border-color css

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

 span { border-color: rgb(112,44,205); }

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