#6141C8

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

Shades of Purple Heart #6141C8

Tints of Purple Heart #6141C8

Color information

#6141C8 (or 0x6141C8) is unknown color: approx Purple Heart. HEX triplet: 61, 41 and C8. RGB value is (97,65,200). Sum of RGB (Red+Green+Blue) = 97+65+200=362 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.80% from 362); Green value is 65 (25.78% from 255 or 17.96% from 362); Blue value is 200 (78.52% from 255 or 55.25% from 362); Max value from RGB is 200 - color contains mainly: blue. Hex color #6141C8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6141C8 is #9EBE37. Grayscale: #595959. Windows color (decimal): -10403384 or 13123937. OLE color: 13123937.

HSL color Cylindrical-coordinate representation of color #6141C8: hue angle of 254.22º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6141C8 is Cyan = 0.52, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB9765200-
CMYK0.520.6800.22
HSL254.22º55.1%51.96%-
HSV(B)254.22º67.5%78.43%-
XYZ17.2510.4955.76-
YUV89.96190.1133.02-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.80%
GREEN value IS 65 (25.78% from 255) = 17.96%
BLUE value IS 200 (78.52% from 255) = 55.25%
R=26.80%
G=17.96%
B=55.25%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal97652000.520.6800.22254.2255.151.96
Hex6141C83444016fe3734
Octal141101310641040263766764
Binary1100001100000111001000110100100010001011011111110110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6141C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6141C8; }

 p { color: rgb(97,65,200); }

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

<style>
 a { background-color: #6141C8; }

 a { background-color: rgb(97,65,200); }

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

<style>
 span { border-color: #6141C8; }

 span { border-color: rgb(97,65,200); }

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