#6634B4

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

Shades of Purple Heart #6634B4

Tints of Purple Heart #6634B4

Color information

#6634B4 (or 0x6634B4) is unknown color: approx Purple Heart. HEX triplet: 66, 34 and B4. RGB value is (102,52,180). Sum of RGB (Red+Green+Blue) = 102+52+180=334 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.54% from 334); Green value is 52 (20.70% from 255 or 15.57% from 334); Blue value is 180 (70.70% from 255 or 53.89% from 334); Max value from RGB is 180 - color contains mainly: blue. Hex color #6634B4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6634B4 is #99CB4B. Grayscale: #515151. Windows color (decimal): -10079052 or 11809894. OLE color: 11809894.

HSL color Cylindrical-coordinate representation of color #6634B4: hue angle of 263.44º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6634B4 is Cyan = 0.43, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB10252180-
CMYK0.430.7100.29
HSL263.44º55.17%45.49%-
HSV(B)263.44º71.11%70.59%-
XYZ14.958.5844.05-
YUV81.54183.56142.59-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.54%
GREEN value IS 52 (20.70% from 255) = 15.57%
BLUE value IS 180 (70.70% from 255) = 53.89%
R=30.54%
G=15.57%
B=53.89%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal102521800.430.7100.29263.4455.1745.49
Hex6634B42B4701D107372d
Octal14664264531070354076755
Binary1100110110100101101001010111000111011101100000111110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6634B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6634B4; }

 p { color: rgb(102,52,180); }

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

<style>
 a { background-color: #6634B4; }

 a { background-color: rgb(102,52,180); }

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

<style>
 span { border-color: #6634B4; }

 span { border-color: rgb(102,52,180); }

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