#6925BD

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

Shades of Purple Heart #6925BD

Tints of Purple Heart #6925BD

Color information

#6925BD (or 0x6925BD) is unknown color: approx Purple Heart. HEX triplet: 69, 25 and BD. RGB value is (105,37,189). Sum of RGB (Red+Green+Blue) = 105+37+189=331 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.72% from 331); Green value is 37 (14.84% from 255 or 11.18% from 331); Blue value is 189 (74.22% from 255 or 57.10% from 331); Max value from RGB is 189 - color contains mainly: blue. Hex color #6925BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6925BD is #96DA42. Grayscale: #4A4A4A. Windows color (decimal): -9886275 or 12395881. OLE color: 12395881.

HSL color Cylindrical-coordinate representation of color #6925BD: hue angle of 266.84º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6925BD is Cyan = 0.44, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB10537189-
CMYK0.440.8000.26
HSL266.84º67.26%44.31%-
HSV(B)266.84º80.42%74.12%-
XYZ15.67848.86-
YUV74.66192.53149.64-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.72%
GREEN value IS 37 (14.84% from 255) = 11.18%
BLUE value IS 189 (74.22% from 255) = 57.10%
R=31.72%
G=11.18%
B=57.10%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal105371890.440.8000.26266.8467.2644.31
Hex6925BD2C5001A10b432c
Octal151452755412003241310354
Binary11010011001011011110110110010100000110101000010111000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6925BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6925BD; }

 p { color: rgb(105,37,189); }

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

<style>
 a { background-color: #6925BD; }

 a { background-color: rgb(105,37,189); }

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

<style>
 span { border-color: #6925BD; }

 span { border-color: rgb(105,37,189); }

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