#6738BE

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

Shades of Purple Heart #6738BE

Tints of Purple Heart #6738BE

Color information

#6738BE (or 0x6738BE) is unknown color: approx Purple Heart. HEX triplet: 67, 38 and BE. RGB value is (103,56,190). Sum of RGB (Red+Green+Blue) = 103+56+190=349 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.51% from 349); Green value is 56 (22.27% from 255 or 16.05% from 349); Blue value is 190 (74.61% from 255 or 54.44% from 349); Max value from RGB is 190 - color contains mainly: blue. Hex color #6738BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6738BE is #98C741. Grayscale: #545454. Windows color (decimal): -10012482 or 12466279. OLE color: 12466279.

HSL color Cylindrical-coordinate representation of color #6738BE: hue angle of 261.04º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6738BE is Cyan = 0.46, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10356190-
CMYK0.460.7100.25
HSL261.04º54.47%48.24%-
HSV(B)261.04º70.53%74.51%-
XYZ16.39.4349.68-
YUV85.33187.07140.6-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 29.51%
GREEN value IS 56 (22.27% from 255) = 16.05%
BLUE value IS 190 (74.61% from 255) = 54.44%
R=29.51%
G=16.05%
B=54.44%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal103561900.460.7100.25261.0454.4748.24
Hex6738BE2E470191053630
Octal14770276561070314056660
Binary1100111111000101111101011101000111011001100000101110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6738BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6738BE; }

 p { color: rgb(103,56,190); }

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

<style>
 a { background-color: #6738BE; }

 a { background-color: rgb(103,56,190); }

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

<style>
 span { border-color: #6738BE; }

 span { border-color: rgb(103,56,190); }

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