#6903B4

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

Shades of Purple Heart #6903B4

Tints of Purple Heart #6903B4

Color information

#6903B4 (or 0x6903B4) is unknown color: approx Purple Heart. HEX triplet: 69, 03 and B4. RGB value is (105,3,180). Sum of RGB (Red+Green+Blue) = 105+3+180=288 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.46% from 288); Green value is 3 (1.56% from 255 or 1.04% from 288); Blue value is 180 (70.70% from 255 or 62.5% from 288); Max value from RGB is 180 - color contains mainly: blue. Hex color #6903B4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6903B4 is #96FC4B. Grayscale: #353535. Windows color (decimal): -9894988 or 11797353. OLE color: 11797353.

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

Color convert

RGB1053180-
CMYK0.420.9800.29
HSL274.58º96.72%35.88%-
HSV(B)274.58º98.33%70.59%-
XYZ14.16.3643.67-
YUV53.68199.29164.61-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.46%
GREEN value IS 3 (1.56% from 255) = 1.04%
BLUE value IS 180 (70.70% from 255) = 62.5%
R=36.46%
G=1.04%
B=62.5%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal10531800.420.9800.29274.5896.7235.88
Hex693B42A6201D1136124
Octal15132645214203542314144
Binary1101001111011010010101011000100111011000100111100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6903B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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