#6936c3

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

Shades of Purple Heart #6936C3

Tints of Purple Heart #6936C3

Color information

#6936C3 (or 0x6936C3) is unknown color: approx Purple Heart. HEX triplet: 69, 36 and C3. RGB value is (105,54,195). Sum of RGB (Red+Green+Blue) = 105+54+195=354 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.66% from 354); Green value is 54 (21.48% from 255 or 15.25% from 354); Blue value is 195 (76.56% from 255 or 55.08% from 354); Max value from RGB is 195 - color contains mainly: blue. Hex color #6936C3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6936C3 is #96C93C. Grayscale: #545454. Windows color (decimal): -9881917 or 12793449. OLE color: 12793449.

HSL color Cylindrical-coordinate representation of color #6936C3: hue angle of 261.7º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6936C3 is Cyan = 0.46, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB10554195-
CMYK0.460.7200.24
HSL261.7º56.63%48.82%-
HSV(B)261.7º72.31%76.47%-
XYZ179.5852.58-
YUV85.32189.9142.04-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.66%
GREEN value IS 54 (21.48% from 255) = 15.25%
BLUE value IS 195 (76.56% from 255) = 55.08%
R=29.66%
G=15.25%
B=55.08%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal105541950.460.7200.24261.756.6348.82
Hex6936C32E480181063931
Octal15166303561100304067161
Binary1101001110110110000111011101001000011000100000110111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6936c3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6936c3; }

 p { color: rgb(105,54,195); }

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

<style>
 a { background-color: #6936c3; }

 a { background-color: rgb(105,54,195); }

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

<style>
 span { border-color: #6936c3; }

 span { border-color: rgb(105,54,195); }

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