Html Css Color HEX #7043CC Purple Heart

📋 copy color: '#7043CC'

red 112 ◦ green 67 ◦ blue 204

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

Shades of Purple Heart #7043CC

Tints of Purple Heart #7043CC

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.49%

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

R = 29.24%
G = 17.49%
B = 53.26%

CMYK

 C value IS 0.45

 M value IS 0.67

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7043CC (or 0x7043CC) is known color: Purple Heart. HEX triplet: 70, 43 and CC. RGB value is (112,67,204). Sum of RGB (Red+Green+Blue) = 112+67+204=383 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.24% from 383); Green value is 67 (26.56% from 255 or 17.49% from 383); Blue value is 204 (80.08% from 255 or 53.26% from 383); Max value from RGB is 204 - color contains mainly: blue. Hex color #7043CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7043CC is #8FBC33. Grayscale: #5F5F5F. Windows color (decimal): -9419828 or 13386608. OLE color: 13386608.

HSL color Cylindrical-coordinate representation of color #7043CC: hue angle of 259.71º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7043CC is Cyan = 0.45, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 112 67 204 -
CMYK 0.45 0.67 0 0.2
HSL 259.71º 0.57% 0.53% -
HSV(B) 259.71º 0.67% 0.8% -
XYZ 19.59 11.82 58.38 -
YUV 96.07 188.91 139.36 -
System Red Green Blue C M Y K H S L
Decimal 112 67 204 0.45 0.67 0 0.2 259.71 0.57 0.53
Hex 70 43 CC 2D 43 0 14 104 39 35
Octal 160 103 314 55 103 0 24 404 71 65
Binary 1110000 1000011 11001100 101101 1000011 0 10100 100000100 111001 110101

Color Harmonies of #7043CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7043CC

Black with #7043CC

Text Example


Text Example

White with #7043CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7043CC; }

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

 H1.HeaderClassName
 {
   color: #7043CC;
 }
 .AnyTagClassName
 {
   color: #7043CC;
 }
</style>

background-color css

<style>
 a { background-color: #7043CC; }

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

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

border-color css

<style>
 span { border-color: #7043CC; }

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

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