#6930B4

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

Shades of Purple Heart #6930B4

Tints of Purple Heart #6930B4

Color information

#6930B4 (or 0x6930B4) is unknown color: approx Purple Heart. HEX triplet: 69, 30 and B4. RGB value is (105,48,180). Sum of RGB (Red+Green+Blue) = 105+48+180=333 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.53% from 333); Green value is 48 (19.14% from 255 or 14.41% from 333); Blue value is 180 (70.70% from 255 or 54.05% from 333); Max value from RGB is 180 - color contains mainly: blue. Hex color #6930B4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6930B4 is #96CF4B. Grayscale: #4F4F4F. Windows color (decimal): -9883468 or 11808873. OLE color: 11808873.

HSL color Cylindrical-coordinate representation of color #6930B4: hue angle of 265.91º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6930B4 is Cyan = 0.42, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB10548180-
CMYK0.420.7300.29
HSL265.91º57.89%44.71%-
HSV(B)265.91º73.33%70.59%-
XYZ15.128.4144.01-
YUV80.09184.38145.77-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.53%
GREEN value IS 48 (19.14% from 255) = 14.41%
BLUE value IS 180 (70.70% from 255) = 54.05%
R=31.53%
G=14.41%
B=54.05%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal105481800.420.7300.29265.9157.8944.71
Hex6930B42A4901D10a3a2d
Octal15160264521110354127255
Binary1101001110000101101001010101001001011101100001010111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6930B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6930B4; }

 p { color: rgb(105,48,180); }

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

<style>
 a { background-color: #6930B4; }

 a { background-color: rgb(105,48,180); }

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

<style>
 span { border-color: #6930B4; }

 span { border-color: rgb(105,48,180); }

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