#6740CB

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

Shades of Purple Heart #6740CB

Tints of Purple Heart #6740CB

Color information

#6740CB (or 0x6740CB) is unknown color: approx Purple Heart. HEX triplet: 67, 40 and CB. RGB value is (103,64,203). Sum of RGB (Red+Green+Blue) = 103+64+203=370 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.84% from 370); Green value is 64 (25.39% from 255 or 17.30% from 370); Blue value is 203 (79.69% from 255 or 54.86% from 370); Max value from RGB is 203 - color contains mainly: blue. Hex color #6740CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6740CB is #98BF34. Grayscale: #5A5A5A. Windows color (decimal): -10010421 or 13320295. OLE color: 13320295.

HSL color Cylindrical-coordinate representation of color #6740CB: hue angle of 256.83º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6740CB is Cyan = 0.49, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB10364203-
CMYK0.490.6800.20
HSL256.83º57.2%52.35%-
HSV(B)256.83º68.47%79.61%-
XYZ18.2110.8657.64-
YUV91.51190.92136.2-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.84%
GREEN value IS 64 (25.39% from 255) = 17.30%
BLUE value IS 203 (79.69% from 255) = 54.86%
R=27.84%
G=17.30%
B=54.86%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal103642030.490.6800.20256.8357.252.35
Hex6740CB31440141013934
Octal147100313611040244017164
Binary11001111000000110010111100011000100010100100000001111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6740CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6740CB; }

 p { color: rgb(103,64,203); }

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

<style>
 a { background-color: #6740CB; }

 a { background-color: rgb(103,64,203); }

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

<style>
 span { border-color: #6740CB; }

 span { border-color: rgb(103,64,203); }

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