#6134DC

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

Shades of Purple Heart #6134DC

Tints of Purple Heart #6134DC

Color information

#6134DC (or 0x6134DC) is unknown color: approx Purple Heart. HEX triplet: 61, 34 and DC. RGB value is (97,52,220). Sum of RGB (Red+Green+Blue) = 97+52+220=369 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.29% from 369); Green value is 52 (20.70% from 255 or 14.09% from 369); Blue value is 220 (86.33% from 255 or 59.62% from 369); Max value from RGB is 220 - color contains mainly: blue. Hex color #6134DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6134DC is #9ECB23. Grayscale: #535353. Windows color (decimal): -10406692 or 14431329. OLE color: 14431329.

HSL color Cylindrical-coordinate representation of color #6134DC: hue angle of 256.07º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6134DC is Cyan = 0.56, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB9752220-
CMYK0.560.7600.14
HSL256.07º70.59%53.33%-
HSV(B)256.07º76.36%86.27%-
XYZ19.0810.1668.67-
YUV84.61204.41136.84-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.29%
GREEN value IS 52 (20.70% from 255) = 14.09%
BLUE value IS 220 (86.33% from 255) = 59.62%
R=26.29%
G=14.09%
B=59.62%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal97522200.560.7600.14256.0770.5953.33
Hex6134DC384C0E1004735
Octal141643347011401640010765
Binary1100001110100110111001110001001100011101000000001000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6134DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6134DC; }

 p { color: rgb(97,52,220); }

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

<style>
 a { background-color: #6134DC; }

 a { background-color: rgb(97,52,220); }

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

<style>
 span { border-color: #6134DC; }

 span { border-color: rgb(97,52,220); }

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