#7734CD

Color #7734CD Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #7734CD

Tints of Purple Heart #7734CD

Color information

#7734CD (or 0x7734CD) is unknown color: approx Purple Heart. HEX triplet: 77, 34 and CD. RGB value is (119,52,205). Sum of RGB (Red+Green+Blue) = 119+52+205=376 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.65% from 376); Green value is 52 (20.70% from 255 or 13.83% from 376); Blue value is 205 (80.47% from 255 or 54.52% from 376); Max value from RGB is 205 - color contains mainly: blue. Hex color #7734CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7734CD is #88CB32. Grayscale: #585858. Windows color (decimal): -8964915 or 13448311. OLE color: 13448311.

HSL color Cylindrical-coordinate representation of color #7734CD: hue angle of 266.27º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7734CD is Cyan = 0.42, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB11952205-
CMYK0.420.7500.20
HSL266.27º60.47%50.39%-
HSV(B)266.27º74.63%80.39%-
XYZ19.8610.7958.79-
YUV89.48193.2149.06-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.65%
GREEN value IS 52 (20.70% from 255) = 13.83%
BLUE value IS 205 (80.47% from 255) = 54.52%
R=31.65%
G=13.83%
B=54.52%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal119522050.420.7500.20266.2760.4750.39
Hex7734CD2A4B01410a3c32
Octal16764315521130244127462
Binary1110111110100110011011010101001011010100100001010111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7734CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,52,205); }

 H1.HeaderClassName
 {
   color: #7734CD;
 }
 .AnyTagClassName
 {
   color: #7734CD;
 }
</style>
background-color css

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

 a { background-color: rgb(119,52,205); }

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

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

 span { border-color: rgb(119,52,205); }

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