#6b2ccf

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

Shades of Purple Heart #6B2CCF

Tints of Purple Heart #6B2CCF

Color information

#6B2CCF (or 0x6B2CCF) is unknown color: approx Purple Heart. HEX triplet: 6B, 2C and CF. RGB value is (107,44,207). Sum of RGB (Red+Green+Blue) = 107+44+207=358 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.89% from 358); Green value is 44 (17.58% from 255 or 12.29% from 358); Blue value is 207 (81.25% from 255 or 57.82% from 358); Max value from RGB is 207 - color contains mainly: blue. Hex color #6B2CCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B2CCF is #94D330. Grayscale: #505050. Windows color (decimal): -9753393 or 13577323. OLE color: 13577323.

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

Color convert

RGB10744207-
CMYK0.480.7900.19
HSL263.19º64.94%49.22%-
HSV(B)263.19º78.74%81.18%-
XYZ18.239.4359.89-
YUV81.42198.87146.25-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 29.89%
GREEN value IS 44 (17.58% from 255) = 12.29%
BLUE value IS 207 (81.25% from 255) = 57.82%
R=29.89%
G=12.29%
B=57.82%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal107442070.480.7900.19263.1964.9449.22
Hex6B2CCF304F0131074131
Octal153543176011702340710161
Binary11010111011001100111111000010011110100111000001111000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6b2ccf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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