#6B33B1

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

Shades of Purple Heart #6B33B1

Tints of Purple Heart #6B33B1

Color information

#6B33B1 (or 0x6B33B1) is unknown color: approx Purple Heart. HEX triplet: 6B, 33 and B1. RGB value is (107,51,177). Sum of RGB (Red+Green+Blue) = 107+51+177=335 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.94% from 335); Green value is 51 (20.31% from 255 or 15.22% from 335); Blue value is 177 (69.53% from 255 or 52.84% from 335); Max value from RGB is 177 - color contains mainly: blue. Hex color #6B33B1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B33B1 is #94CC4E. Grayscale: #515151. Windows color (decimal): -9751631 or 11613035. OLE color: 11613035.

HSL color Cylindrical-coordinate representation of color #6B33B1: hue angle of 266.67º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6B33B1 is Cyan = 0.40, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB10751177-
CMYK0.400.7100.31
HSL266.67º55.26%44.71%-
HSV(B)266.67º71.19%69.41%-
XYZ15.188.6742.47-
YUV82.11181.55145.75-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 31.94%
GREEN value IS 51 (20.31% from 255) = 15.22%
BLUE value IS 177 (69.53% from 255) = 52.84%
R=31.94%
G=15.22%
B=52.84%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal107511770.400.7100.31266.6755.2644.71
Hex6B33B1284701F10b372d
Octal15363261501070374136755
Binary1101011110011101100011010001000111011111100001011110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B33B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,51,177); }

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

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

 a { background-color: rgb(107,51,177); }

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

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

 span { border-color: rgb(107,51,177); }

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