Html Css Color HEX #702CC7 Purple Heart

📋 copy color: '#702CC7'

red 112 ◦ green 44 ◦ blue 199

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

Shades of Purple Heart #702CC7

Tints of Purple Heart #702CC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 56.06%

R = 31.55%
G = 12.39%
B = 56.06%

CMYK

 C value IS 0.44

 M value IS 0.78

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#702CC7 (or 0x702CC7) is known color: Purple Heart. HEX triplet: 70, 2C and C7. RGB value is (112,44,199). Sum of RGB (Red+Green+Blue) = 112+44+199=355 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.55% from 355); Green value is 44 (17.58% from 255 or 12.39% from 355); Blue value is 199 (78.12% from 255 or 56.06% from 355); Max value from RGB is 199 - color contains mainly: blue. Hex color #702CC7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #702CC7 is #8FD338. Grayscale: #515151. Windows color (decimal): -9425721 or 13053040. OLE color: 13053040.

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

Color convert

RGB 112 44 199 -
CMYK 0.44 0.78 0 0.22
HSL 266.32º 0.64% 0.48% -
HSV(B) 266.32º 0.78% 0.78% -
XYZ 17.89 9.37 54.9 -
YUV 82 194.03 149.4 -
System Red Green Blue C M Y K H S L
Decimal 112 44 199 0.44 0.78 0 0.22 266.32 0.64 0.48
Hex 70 2C C7 2C 4E 0 16 10A 40 30
Octal 160 54 307 54 116 0 26 412 100 60
Binary 1110000 101100 11000111 101100 1001110 0 10110 100001010 1000000 110000

Color Harmonies of #702CC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702CC7

Black with #702CC7

Text Example


Text Example

White with #702CC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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