Html Css Color HEX #7444CD Purple Heart

📋 copy color: '#7444CD'

red 116 ◦ green 68 ◦ blue 205

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

Shades of Purple Heart #7444CD

Tints of Purple Heart #7444CD

RGB

 RED value IS 116 (45.7% from 255) = 29.82%

 GREEN value IS 68 (26.95% from 255) = 17.48%

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

R = 29.82%
G = 17.48%
B = 52.7%

CMYK

 C value IS 0.43

 M value IS 0.67

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7444CD (or 0x7444CD) is known color: Purple Heart. HEX triplet: 74, 44 and CD. RGB value is (116,68,205). Sum of RGB (Red+Green+Blue) = 116+68+205=389 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.82% from 389); Green value is 68 (26.95% from 255 or 17.48% from 389); Blue value is 205 (80.47% from 255 or 52.70% from 389); Max value from RGB is 205 - color contains mainly: blue. Hex color #7444CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7444CD is #8BBB32. Grayscale: #616161. Windows color (decimal): -9157427 or 13452404. OLE color: 13452404.

HSL color Cylindrical-coordinate representation of color #7444CD: hue angle of 261.02º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7444CD is Cyan = 0.43, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 116 68 205 -
CMYK 0.43 0.67 0 0.20
HSL 261.02º 0.58% 0.54% -
HSV(B) 261.02º 0.67% 0.8% -
XYZ 20.29 12.26 59.05 -
YUV 97.97 188.4 140.86 -
System Red Green Blue C M Y K H S L
Decimal 116 68 205 0.43 0.67 0 0.20 261.02 0.58 0.54
Hex 74 44 CD 2B 43 0 14 105 3A 36
Octal 164 104 315 53 103 0 24 405 72 66
Binary 1110100 1000100 11001101 101011 1000011 0 10100 100000101 111010 110110

Color Harmonies of #7444CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7444CD

Black with #7444CD

Text Example


Text Example

White with #7444CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7444CD; }

 p { color: rgb(116,68,205); }

 H1.HeaderClassName
 {
   color: #7444CD;
 }
 .AnyTagClassName
 {
   color: #7444CD;
 }
</style>

background-color css

<style>
 a { background-color: #7444CD; }

 a { background-color: rgb(116,68,205); }

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

border-color css

<style>
 span { border-color: #7444CD; }

 span { border-color: rgb(116,68,205); }

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