#6700CD

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

Shades of Purple Heart #6700CD

Tints of Purple Heart #6700CD

Color information

#6700CD (or 0x6700CD) is unknown color: approx Purple Heart. HEX triplet: 67, 00 and CD. RGB value is (103,0,205). Sum of RGB (Red+Green+Blue) = 103+0+205=308 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.44% from 308); Green value is 0 (0.39% from 255 or 0% from 308); Blue value is 205 (80.47% from 255 or 66.56% from 308); Max value from RGB is 205 - color contains mainly: blue. Hex color #6700CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6700CD is #98FF32. Grayscale: #353535. Windows color (decimal): -10026803 or 13434983. OLE color: 13434983.

HSL color Cylindrical-coordinate representation of color #6700CD: hue angle of 270.15º 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 #6700CD is Cyan = 0.50, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB1030205-
CMYK0.50100.20
HSL270.15º100%40.2%-
HSV(B)270.15º100%80.39%-
XYZ16.617.2958.29-
YUV54.17213.12162.83-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 33.44%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 205 (80.47% from 255) = 66.56%
R=33.44%
G=0%
B=66.56%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal10302050.50100.20270.1510040.2
Hex670CD326401410e6428
Octal14703156214402441614450
Binary110011101100110111001011001000101001000011101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6700CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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