#6700BF

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

Shades of Purple Heart #6700BF

Tints of Purple Heart #6700BF

Color information

#6700BF (or 0x6700BF) is unknown color: approx Purple Heart. HEX triplet: 67, 00 and BF. RGB value is (103,0,191). Sum of RGB (Red+Green+Blue) = 103+0+191=294 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.03% from 294); Green value is 0 (0.39% from 255 or 0% from 294); Blue value is 191 (75% from 255 or 64.97% from 294); Max value from RGB is 191 - color contains mainly: blue. Hex color #6700BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6700BF is #98FF40. Grayscale: #333333. Windows color (decimal): -10026817 or 12517479. OLE color: 12517479.

HSL color Cylindrical-coordinate representation of color #6700BF: hue angle of 272.36º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6700BF is Cyan = 0.46, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1030191-
CMYK0.46100.25
HSL272.36º100%37.45%-
HSV(B)272.36º100%74.9%-
XYZ156.6549.78-
YUV52.57206.12163.97-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 35.03%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 191 (75% from 255) = 64.97%
R=35.03%
G=0%
B=64.97%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal10301910.46100.25272.3610037.45
Hex670BF2E640191106425
Octal14702775614403142014445
Binary110011101011111110111011001000110011000100001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6700BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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