Html Css Color HEX #6816BD Purple Heart

📋 copy color: '#6816BD'

red 104 ◦ green 22 ◦ blue 189

#6816BD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #6816BD

Tints of Purple Heart #6816BD

RGB

 RED value IS 104 (41.02% from 255) = 33.02%

 GREEN value IS 22 (8.98% from 255) = 6.98%

 BLUE value IS 189 (74.22% from 255) = 60%

R = 33.02%
G = 6.98%
B = 60%

CMYK

 C value IS 0.45

 M value IS 0.88

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6816BD (or 0x6816BD) is known color: Purple Heart. HEX triplet: 68, 16 and BD. RGB value is (104,22,189). Sum of RGB (Red+Green+Blue) = 104+22+189=315 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.02% from 315); Green value is 22 (8.98% from 255 or 6.98% from 315); Blue value is 189 (74.22% from 255 or 60% from 315); Max value from RGB is 189 - color contains mainly: blue. Hex color #6816BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6816BD is #97E942. Grayscale: #404040. Windows color (decimal): -9955651 or 12392040. OLE color: 12392040.

HSL color Cylindrical-coordinate representation of color #6816BD: hue angle of 269.46º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6816BD is Cyan = 0.45, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 104 22 189 -
CMYK 0.45 0.88 0 0.26
HSL 269.46º 0.79% 0.41% -
HSV(B) 269.46º 0.88% 0.74% -
XYZ 15.18 7.19 48.73 -
YUV 65.56 197.67 155.42 -
System Red Green Blue C M Y K H S L
Decimal 104 22 189 0.45 0.88 0 0.26 269.46 0.79 0.41
Hex 68 16 BD 2D 58 0 1A 10D 4F 29
Octal 150 26 275 55 130 0 32 415 117 51
Binary 1101000 10110 10111101 101101 1011000 0 11010 100001101 1001111 101001

Color Harmonies of #6816BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6816BD

Black with #6816BD

Text Example


Text Example

White with #6816BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6816BD; }

 p { color: rgb(104,22,189); }

 H1.HeaderClassName
 {
   color: #6816BD;
 }
 .AnyTagClassName
 {
   color: #6816BD;
 }
</style>

background-color css

<style>
 a { background-color: #6816BD; }

 a { background-color: rgb(104,22,189); }

 div.DivClassName
 {
   background-color: #6816BD;
 }
 .BgClassName
 {
   background-color: #6816BD;
 }
</style>

border-color css

<style>
 span { border-color: #6816BD; }

 span { border-color: rgb(104,22,189); }

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