Html Css Color HEX #7441CC Purple Heart

📋 copy color: '#7441CC'

red 116 ◦ green 65 ◦ blue 204

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

Shades of Purple Heart #7441CC

Tints of Purple Heart #7441CC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.88%

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

R = 30.13%
G = 16.88%
B = 52.99%

CMYK

 C value IS 0.43

 M value IS 0.68

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7441CC (or 0x7441CC) is known color: Purple Heart. HEX triplet: 74, 41 and CC. RGB value is (116,65,204). Sum of RGB (Red+Green+Blue) = 116+65+204=385 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.13% from 385); Green value is 65 (25.78% from 255 or 16.88% from 385); Blue value is 204 (80.08% from 255 or 52.99% from 385); Max value from RGB is 204 - color contains mainly: blue. Hex color #7441CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7441CC is #8BBE33. Grayscale: #5F5F5F. Windows color (decimal): -9158196 or 13386100. OLE color: 13386100.

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

Color convert

RGB 116 65 204 -
CMYK 0.43 0.68 0 0.2
HSL 262.01º 0.58% 0.53% -
HSV(B) 262.01º 0.68% 0.8% -
XYZ 19.99 11.85 58.36 -
YUV 96.1 188.9 142.2 -
System Red Green Blue C M Y K H S L
Decimal 116 65 204 0.43 0.68 0 0.2 262.01 0.58 0.53
Hex 74 41 CC 2B 44 0 14 106 3A 35
Octal 164 101 314 53 104 0 24 406 72 65
Binary 1110100 1000001 11001100 101011 1000100 0 10100 100000110 111010 110101

Color Harmonies of #7441CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7441CC

Black with #7441CC

Text Example


Text Example

White with #7441CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,65,204); }

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

background-color css

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

 a { background-color: rgb(116,65,204); }

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

border-color css

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

 span { border-color: rgb(116,65,204); }

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