#6C33BC

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

Shades of Purple Heart #6C33BC

Tints of Purple Heart #6C33BC

Color information

#6C33BC (or 0x6C33BC) is unknown color: approx Purple Heart. HEX triplet: 6C, 33 and BC. RGB value is (108,51,188). Sum of RGB (Red+Green+Blue) = 108+51+188=347 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.12% from 347); Green value is 51 (20.31% from 255 or 14.70% from 347); Blue value is 188 (73.83% from 255 or 54.18% from 347); Max value from RGB is 188 - color contains mainly: blue. Hex color #6C33BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C33BC is #93CC43. Grayscale: #535353. Windows color (decimal): -9686084 or 12333932. OLE color: 12333932.

HSL color Cylindrical-coordinate representation of color #6C33BC: hue angle of 264.96º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6C33BC is Cyan = 0.43, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB10851188-
CMYK0.430.7300.26
HSL264.96º57.32%46.86%-
HSV(B)264.96º72.87%73.73%-
XYZ16.459.1948.48-
YUV83.66186.88145.36-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 31.12%
GREEN value IS 51 (20.31% from 255) = 14.70%
BLUE value IS 188 (73.83% from 255) = 54.18%
R=31.12%
G=14.70%
B=54.18%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal108511880.430.7300.26264.9657.3246.86
Hex6C33BC2B4901A109392f
Octal15463274531110324117157
Binary1101100110011101111001010111001001011010100001001111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C33BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,51,188); }

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

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

 a { background-color: rgb(108,51,188); }

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

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

 span { border-color: rgb(108,51,188); }

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