#7635CB

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

Shades of Purple Heart #7635CB

Tints of Purple Heart #7635CB

Color information

#7635CB (or 0x7635CB) is unknown color: approx Purple Heart. HEX triplet: 76, 35 and CB. RGB value is (118,53,203). Sum of RGB (Red+Green+Blue) = 118+53+203=374 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.55% from 374); Green value is 53 (21.09% from 255 or 14.17% from 374); Blue value is 203 (79.69% from 255 or 54.28% from 374); Max value from RGB is 203 - color contains mainly: blue. Hex color #7635CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7635CB is #89CA34. Grayscale: #595959. Windows color (decimal): -9030197 or 13317494. OLE color: 13317494.

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

Color convert

RGB11853203-
CMYK0.420.7400.20
HSL266º59.06%50.2%-
HSV(B)266º73.89%79.61%-
XYZ19.5210.7157.54-
YUV89.54192.03148.3-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.55%
GREEN value IS 53 (21.09% from 255) = 14.17%
BLUE value IS 203 (79.69% from 255) = 54.28%
R=31.55%
G=14.17%
B=54.28%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal118532030.420.7400.2026659.0650.2
Hex7635CB2A4A01410a3b32
Octal16665313521120244127362
Binary1110110110101110010111010101001010010100100001010111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7635CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7635CB; }

 p { color: rgb(118,53,203); }

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

<style>
 a { background-color: #7635CB; }

 a { background-color: rgb(118,53,203); }

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

<style>
 span { border-color: #7635CB; }

 span { border-color: rgb(118,53,203); }

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