#6740CF

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

Shades of Purple Heart #6740CF

Tints of Purple Heart #6740CF

Color information

#6740CF (or 0x6740CF) is unknown color: approx Purple Heart. HEX triplet: 67, 40 and CF. RGB value is (103,64,207). Sum of RGB (Red+Green+Blue) = 103+64+207=374 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.54% from 374); Green value is 64 (25.39% from 255 or 17.11% from 374); Blue value is 207 (81.25% from 255 or 55.35% from 374); Max value from RGB is 207 - color contains mainly: blue. Hex color #6740CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6740CF is #98BF30. Grayscale: #5B5B5B. Windows color (decimal): -10010417 or 13582439. OLE color: 13582439.

HSL color Cylindrical-coordinate representation of color #6740CF: hue angle of 256.36º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6740CF is Cyan = 0.50, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB10364207-
CMYK0.500.6900.19
HSL256.36º59.83%53.14%-
HSV(B)256.36º69.08%81.18%-
XYZ18.6911.0660.18-
YUV91.96192.92135.87-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.54%
GREEN value IS 64 (25.39% from 255) = 17.11%
BLUE value IS 207 (81.25% from 255) = 55.35%
R=27.54%
G=17.11%
B=55.35%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal103642070.500.6900.19256.3659.8353.14
Hex6740CF32450131003c35
Octal147100317621050234007465
Binary11001111000000110011111100101000101010011100000000111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6740CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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