#6838CC

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

Shades of Purple Heart #6838CC

Tints of Purple Heart #6838CC

Color information

#6838CC (or 0x6838CC) is unknown color: approx Purple Heart. HEX triplet: 68, 38 and CC. RGB value is (104,56,204). Sum of RGB (Red+Green+Blue) = 104+56+204=364 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.57% from 364); Green value is 56 (22.27% from 255 or 15.38% from 364); Blue value is 204 (80.08% from 255 or 56.04% from 364); Max value from RGB is 204 - color contains mainly: blue. Hex color #6838CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6838CC is #97C733. Grayscale: #565656. Windows color (decimal): -9946932 or 13383784. OLE color: 13383784.

HSL color Cylindrical-coordinate representation of color #6838CC: hue angle of 259.46º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6838CC is Cyan = 0.49, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB10456204-
CMYK0.490.7300.2
HSL259.46º59.2%50.98%-
HSV(B)259.46º72.55%80%-
XYZ18.0210.1358.13-
YUV87.22193.9139.97-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.57%
GREEN value IS 56 (22.27% from 255) = 15.38%
BLUE value IS 204 (80.08% from 255) = 56.04%
R=28.57%
G=15.38%
B=56.04%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal104562040.490.7300.2259.4659.250.98
Hex6838CC31490141033b33
Octal15070314611110244037363
Binary1101000111000110011001100011001001010100100000011111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6838CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6838CC; }

 p { color: rgb(104,56,204); }

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

<style>
 a { background-color: #6838CC; }

 a { background-color: rgb(104,56,204); }

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

<style>
 span { border-color: #6838CC; }

 span { border-color: rgb(104,56,204); }

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