#6700CC

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

Shades of Purple Heart #6700CC

Tints of Purple Heart #6700CC

Color information

#6700CC (or 0x6700CC) is unknown color: approx Purple Heart. HEX triplet: 67, 00 and CC. RGB value is (103,0,204). Sum of RGB (Red+Green+Blue) = 103+0+204=307 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.55% from 307); Green value is 0 (0.39% from 255 or 0% from 307); Blue value is 204 (80.08% from 255 or 66.45% from 307); Max value from RGB is 204 - color contains mainly: blue. Hex color #6700CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6700CC is #98FF33. Grayscale: #353535. Windows color (decimal): -10026804 or 13369447. OLE color: 13369447.

HSL color Cylindrical-coordinate representation of color #6700CC: hue angle of 270.29º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6700CC is Cyan = 0.50, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB1030204-
CMYK0.50100.2
HSL270.29º100%40%-
HSV(B)270.29º100%80%-
XYZ16.497.2457.66-
YUV54.05212.62162.91-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 33.55%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 204 (80.08% from 255) = 66.45%
R=33.55%
G=0%
B=66.45%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal10302040.50100.2270.2910040
Hex670CC326401410e6428
Octal14703146214402441614450
Binary110011101100110011001011001000101001000011101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6700CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,0,204); }

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

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

 a { background-color: rgb(103,0,204); }

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

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

 span { border-color: rgb(103,0,204); }

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