Html Css Color HEX #702CCC Purple Heart

📋 copy color: '#702CCC'

red 112 ◦ green 44 ◦ blue 204

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

Shades of Purple Heart #702CCC

Tints of Purple Heart #702CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 56.67%

R = 31.11%
G = 12.22%
B = 56.67%

CMYK

 C value IS 0.45

 M value IS 0.78

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#702CCC (or 0x702CCC) is known color: Purple Heart. HEX triplet: 70, 2C and CC. RGB value is (112,44,204). Sum of RGB (Red+Green+Blue) = 112+44+204=360 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.11% from 360); Green value is 44 (17.58% from 255 or 12.22% from 360); Blue value is 204 (80.08% from 255 or 56.67% from 360); Max value from RGB is 204 - color contains mainly: blue. Hex color #702CCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #702CCC is #8FD333. Grayscale: #525252. Windows color (decimal): -9425716 or 13380720. OLE color: 13380720.

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

Color convert

RGB 112 44 204 -
CMYK 0.45 0.78 0 0.2
HSL 265.5º 0.65% 0.49% -
HSV(B) 265.5º 0.78% 0.8% -
XYZ 18.48 9.61 58.01 -
YUV 82.57 196.53 148.99 -
System Red Green Blue C M Y K H S L
Decimal 112 44 204 0.45 0.78 0 0.2 265.5 0.65 0.49
Hex 70 2C CC 2D 4E 0 14 10A 41 31
Octal 160 54 314 55 116 0 24 412 101 61
Binary 1110000 101100 11001100 101101 1001110 0 10100 100001010 1000001 110001

Color Harmonies of #702CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702CCC

Black with #702CCC

Text Example


Text Example

White with #702CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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