#6703BD

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

Shades of Purple Heart #6703BD

Tints of Purple Heart #6703BD

Color information

#6703BD (or 0x6703BD) is unknown color: approx Purple Heart. HEX triplet: 67, 03 and BD. RGB value is (103,3,189). Sum of RGB (Red+Green+Blue) = 103+3+189=295 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.92% from 295); Green value is 3 (1.56% from 255 or 1.02% from 295); Blue value is 189 (74.22% from 255 or 64.07% from 295); Max value from RGB is 189 - color contains mainly: blue. Hex color #6703BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6703BD is #98FC42. Grayscale: #353535. Windows color (decimal): -10026051 or 12387175. OLE color: 12387175.

HSL color Cylindrical-coordinate representation of color #6703BD: hue angle of 272.26º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6703BD is Cyan = 0.46, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB1033189-
CMYK0.460.9800.26
HSL272.26º96.88%37.65%-
HSV(B)272.26º98.41%74.12%-
XYZ14.816.6248.64-
YUV54.1204.13162.88-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 34.92%
GREEN value IS 3 (1.56% from 255) = 1.02%
BLUE value IS 189 (74.22% from 255) = 64.07%
R=34.92%
G=1.02%
B=64.07%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal10331890.460.9800.26272.2696.8837.65
Hex673BD2E6201A1106126
Octal14732755614203242014146
Binary1100111111011110110111011000100110101000100001100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6703BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,3,189); }

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

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

 a { background-color: rgb(103,3,189); }

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

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

 span { border-color: rgb(103,3,189); }

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