#6B21C4

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

Shades of Purple Heart #6B21C4

Tints of Purple Heart #6B21C4

Color information

#6B21C4 (or 0x6B21C4) is unknown color: approx Purple Heart. HEX triplet: 6B, 21 and C4. RGB value is (107,33,196). Sum of RGB (Red+Green+Blue) = 107+33+196=336 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.85% from 336); Green value is 33 (13.28% from 255 or 9.82% from 336); Blue value is 196 (76.95% from 255 or 58.33% from 336); Max value from RGB is 196 - color contains mainly: blue. Hex color #6B21C4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B21C4 is #94DE3B. Grayscale: #494949. Windows color (decimal): -9756220 or 12853611. OLE color: 12853611.

HSL color Cylindrical-coordinate representation of color #6B21C4: hue angle of 267.24º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6B21C4 is Cyan = 0.45, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB10733196-
CMYK0.450.8300.23
HSL267.24º71.18%44.9%-
HSV(B)267.24º83.16%76.86%-
XYZ16.578.252.93-
YUV73.71197.02151.75-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 31.85%
GREEN value IS 33 (13.28% from 255) = 9.82%
BLUE value IS 196 (76.95% from 255) = 58.33%
R=31.85%
G=9.82%
B=58.33%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal107331960.450.8300.23267.2471.1844.9
Hex6B21C42D5301710b472d
Octal153413045512302741310755
Binary11010111000011100010010110110100110101111000010111000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B21C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,33,196); }

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

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

 a { background-color: rgb(107,33,196); }

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

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

 span { border-color: rgb(107,33,196); }

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