#6C3FBE

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

Shades of Purple Heart #6C3FBE

Tints of Purple Heart #6C3FBE

Color information

#6C3FBE (or 0x6C3FBE) is unknown color: approx Purple Heart. HEX triplet: 6C, 3F and BE. RGB value is (108,63,190). Sum of RGB (Red+Green+Blue) = 108+63+190=361 (47% of max value = 765). Red value is 108 (42.58% from 255 or 29.92% from 361); Green value is 63 (25% from 255 or 17.45% from 361); Blue value is 190 (74.61% from 255 or 52.63% from 361); Max value from RGB is 190 - color contains mainly: blue. Hex color #6C3FBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C3FBE is #93C041. Grayscale: #5A5A5A. Windows color (decimal): -9683010 or 12468076. OLE color: 12468076.

HSL color Cylindrical-coordinate representation of color #6C3FBE: hue angle of 261.26º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6C3FBE is Cyan = 0.43, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10863190-
CMYK0.430.6700.25
HSL261.26º50.2%49.61%-
HSV(B)261.26º66.84%74.51%-
XYZ17.2610.4649.82-
YUV90.93183.91140.17-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 29.92%
GREEN value IS 63 (25% from 255) = 17.45%
BLUE value IS 190 (74.61% from 255) = 52.63%
R=29.92%
G=17.45%
B=52.63%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal108631900.430.6700.25261.2650.249.61
Hex6C3FBE2B430191053232
Octal15477276531030314056262
Binary1101100111111101111101010111000011011001100000101110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C3FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C3FBE; }

 p { color: rgb(108,63,190); }

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

<style>
 a { background-color: #6C3FBE; }

 a { background-color: rgb(108,63,190); }

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

<style>
 span { border-color: #6C3FBE; }

 span { border-color: rgb(108,63,190); }

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