Html Css Color HEX #6716BD Purple Heart

📋 copy color: '#6716BD'

red 103 ◦ green 22 ◦ blue 189

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

Shades of Purple Heart #6716BD

Tints of Purple Heart #6716BD

RGB

 RED value IS 103 (40.63% from 255) = 32.8%

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

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

R = 32.8%
G = 7.01%
B = 60.19%

CMYK

 C value IS 0.46

 M value IS 0.88

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6716BD (or 0x6716BD) is known color: Purple Heart. HEX triplet: 67, 16 and BD. RGB value is (103,22,189). Sum of RGB (Red+Green+Blue) = 103+22+189=314 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.80% from 314); Green value is 22 (8.98% from 255 or 7.01% from 314); Blue value is 189 (74.22% from 255 or 60.19% from 314); Max value from RGB is 189 - color contains mainly: blue. Hex color #6716BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6716BD is #98E942. Grayscale: #404040. Windows color (decimal): -10021187 or 12392039. OLE color: 12392039.

HSL color Cylindrical-coordinate representation of color #6716BD: hue angle of 269.1º 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 #6716BD is Cyan = 0.46, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 103 22 189 -
CMYK 0.46 0.88 0 0.26
HSL 269.1º 0.79% 0.41% -
HSV(B) 269.1º 0.88% 0.74% -
XYZ 15.07 7.13 48.73 -
YUV 65.26 197.84 154.92 -
System Red Green Blue C M Y K H S L
Decimal 103 22 189 0.46 0.88 0 0.26 269.1 0.79 0.41
Hex 67 16 BD 2E 58 0 1A 10D 4F 29
Octal 147 26 275 56 130 0 32 415 117 51
Binary 1100111 10110 10111101 101110 1011000 0 11010 100001101 1001111 101001

Color Harmonies of #6716BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6716BD

Black with #6716BD

Text Example


Text Example

White with #6716BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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