Html Css Color HEX #6716BA Purple Heart

📋 copy color: '#6716BA'

red 103 ◦ green 22 ◦ blue 186

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

Shades of Purple Heart #6716BA

Tints of Purple Heart #6716BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 59.81%

R = 33.12%
G = 7.07%
B = 59.81%

CMYK

 C value IS 0.45

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6716BA (or 0x6716BA) is known color: Purple Heart. HEX triplet: 67, 16 and BA. RGB value is (103,22,186). Sum of RGB (Red+Green+Blue) = 103+22+186=311 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.12% from 311); Green value is 22 (8.98% from 255 or 7.07% from 311); Blue value is 186 (73.05% from 255 or 59.81% from 311); Max value from RGB is 186 - color contains mainly: blue. Hex color #6716BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6716BA is #98E945. Grayscale: #404040. Windows color (decimal): -10021190 or 12195431. OLE color: 12195431.

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

Color convert

RGB 103 22 186 -
CMYK 0.45 0.88 0 0.27
HSL 269.63º 0.79% 0.41% -
HSV(B) 269.63º 0.88% 0.73% -
XYZ 14.74 7 47.03 -
YUV 64.92 196.34 155.16 -
System Red Green Blue C M Y K H S L
Decimal 103 22 186 0.45 0.88 0 0.27 269.63 0.79 0.41
Hex 67 16 BA 2D 58 0 1B 10E 4F 29
Octal 147 26 272 55 130 0 33 416 117 51
Binary 1100111 10110 10111010 101101 1011000 0 11011 100001110 1001111 101001

Color Harmonies of #6716BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6716BA

Black with #6716BA

Text Example


Text Example

White with #6716BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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