#6B3BCF

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

Shades of Purple Heart #6B3BCF

Tints of Purple Heart #6B3BCF

Color information

#6B3BCF (or 0x6B3BCF) is unknown color: approx Purple Heart. HEX triplet: 6B, 3B and CF. RGB value is (107,59,207). Sum of RGB (Red+Green+Blue) = 107+59+207=373 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.69% from 373); Green value is 59 (23.44% from 255 or 15.82% from 373); Blue value is 207 (81.25% from 255 or 55.50% from 373); Max value from RGB is 207 - color contains mainly: blue. Hex color #6B3BCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B3BCF is #94C430. Grayscale: #595959. Windows color (decimal): -9749553 or 13581163. OLE color: 13581163.

HSL color Cylindrical-coordinate representation of color #6B3BCF: hue angle of 259.46º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6B3BCF is Cyan = 0.48, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB10759207-
CMYK0.480.7100.19
HSL259.46º60.66%52.16%-
HSV(B)259.46º71.5%81.18%-
XYZ18.8910.7660.11-
YUV90.22193.9139.97-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 28.69%
GREEN value IS 59 (23.44% from 255) = 15.82%
BLUE value IS 207 (81.25% from 255) = 55.50%
R=28.69%
G=15.82%
B=55.50%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal107592070.480.7100.19259.4660.6652.16
Hex6B3BCF30470131033d34
Octal15373317601070234037564
Binary1101011111011110011111100001000111010011100000011111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3BCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6B3BCF; }

 p { color: rgb(107,59,207); }

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

<style>
 a { background-color: #6B3BCF; }

 a { background-color: rgb(107,59,207); }

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

<style>
 span { border-color: #6B3BCF; }

 span { border-color: rgb(107,59,207); }

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