#6129C2

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

Shades of Purple Heart #6129C2

Tints of Purple Heart #6129C2

Color information

#6129C2 (or 0x6129C2) is unknown color: approx Purple Heart. HEX triplet: 61, 29 and C2. RGB value is (97,41,194). Sum of RGB (Red+Green+Blue) = 97+41+194=332 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.22% from 332); Green value is 41 (16.41% from 255 or 12.35% from 332); Blue value is 194 (76.17% from 255 or 58.43% from 332); Max value from RGB is 194 - color contains mainly: blue. Hex color #6129C2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6129C2 is #9ED63D. Grayscale: #4A4A4A. Windows color (decimal): -10409534 or 12724577. OLE color: 12724577.

HSL color Cylindrical-coordinate representation of color #6129C2: hue angle of 261.96º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6129C2 is Cyan = 0.50, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB9741194-
CMYK0.500.7900.24
HSL261.96º65.11%46.08%-
HSV(B)261.96º78.87%76.08%-
XYZ15.468.0251.77-
YUV75.19195.05143.56-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.22%
GREEN value IS 41 (16.41% from 255) = 12.35%
BLUE value IS 194 (76.17% from 255) = 58.43%
R=29.22%
G=12.35%
B=58.43%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal97411940.500.7900.24261.9665.1146.08
Hex6129C2324F018106412e
Octal141513026211703040610156
Binary11000011010011100001011001010011110110001000001101000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6129C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6129C2; }

 p { color: rgb(97,41,194); }

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

<style>
 a { background-color: #6129C2; }

 a { background-color: rgb(97,41,194); }

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

<style>
 span { border-color: #6129C2; }

 span { border-color: rgb(97,41,194); }

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