#6C03BD

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

Shades of Purple Heart #6C03BD

Tints of Purple Heart #6C03BD

Color information

#6C03BD (or 0x6C03BD) is unknown color: approx Purple Heart. HEX triplet: 6C, 03 and BD. RGB value is (108,3,189). Sum of RGB (Red+Green+Blue) = 108+3+189=300 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36% from 300); Green value is 3 (1.56% from 255 or 1% from 300); Blue value is 189 (74.22% from 255 or 63% from 300); Max value from RGB is 189 - color contains mainly: blue. Hex color #6C03BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C03BD is #93FC42. Grayscale: #363636. Windows color (decimal): -9698371 or 12387180. OLE color: 12387180.

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

Color convert

RGB1083189-
CMYK0.430.9800.26
HSL273.87º96.88%37.65%-
HSV(B)273.87º98.41%74.12%-
XYZ15.46.9348.67-
YUV55.6203.29165.38-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 36%
GREEN value IS 3 (1.56% from 255) = 1%
BLUE value IS 189 (74.22% from 255) = 63%
R=36%
G=1%
B=63%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal10831890.430.9800.26273.8796.8837.65
Hex6C3BD2B6201A1126126
Octal15432755314203242214146
Binary1101100111011110110101111000100110101000100101100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C03BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,3,189); }

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

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

 a { background-color: rgb(108,3,189); }

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

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

 span { border-color: rgb(108,3,189); }

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