#6938CC

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

Shades of Purple Heart #6938CC

Tints of Purple Heart #6938CC

Color information

#6938CC (or 0x6938CC) is unknown color: approx Purple Heart. HEX triplet: 69, 38 and CC. RGB value is (105,56,204). Sum of RGB (Red+Green+Blue) = 105+56+204=365 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.77% from 365); Green value is 56 (22.27% from 255 or 15.34% from 365); Blue value is 204 (80.08% from 255 or 55.89% from 365); Max value from RGB is 204 - color contains mainly: blue. Hex color #6938CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6938CC is #96C733. Grayscale: #565656. Windows color (decimal): -9881396 or 13383785. OLE color: 13383785.

HSL color Cylindrical-coordinate representation of color #6938CC: hue angle of 259.86º 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 #6938CC is Cyan = 0.49, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB10556204-
CMYK0.490.7300.2
HSL259.86º59.2%50.98%-
HSV(B)259.86º72.55%80%-
XYZ18.1410.1958.14-
YUV87.52193.73140.47-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.77%
GREEN value IS 56 (22.27% from 255) = 15.34%
BLUE value IS 204 (80.08% from 255) = 55.89%
R=28.77%
G=15.34%
B=55.89%

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
Decimal105562040.490.7300.2259.8659.250.98
Hex6938CC31490141043b33
Octal15170314611110244047363
Binary1101001111000110011001100011001001010100100000100111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6938CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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