Html Css Color HEX #6716BC Purple Heart

📋 copy color: '#6716BC'

red 103 ◦ green 22 ◦ blue 188

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

Shades of Purple Heart #6716BC

Tints of Purple Heart #6716BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 60.06%

R = 32.91%
G = 7.03%
B = 60.06%

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

#6716BC (or 0x6716BC) is known color: Purple Heart. HEX triplet: 67, 16 and BC. RGB value is (103,22,188). Sum of RGB (Red+Green+Blue) = 103+22+188=313 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.91% from 313); Green value is 22 (8.98% from 255 or 7.03% from 313); Blue value is 188 (73.83% from 255 or 60.06% from 313); Max value from RGB is 188 - color contains mainly: blue. Hex color #6716BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6716BC is #98E943. Grayscale: #404040. Windows color (decimal): -10021188 or 12326503. OLE color: 12326503.

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

Color convert

RGB 103 22 188 -
CMYK 0.45 0.88 0 0.26
HSL 269.28º 0.79% 0.41% -
HSV(B) 269.28º 0.88% 0.74% -
XYZ 14.96 7.09 48.16 -
YUV 65.14 197.34 155 -
System Red Green Blue C M Y K H S L
Decimal 103 22 188 0.45 0.88 0 0.26 269.28 0.79 0.41
Hex 67 16 BC 2D 58 0 1A 10D 4F 29
Octal 147 26 274 55 130 0 32 415 117 51
Binary 1100111 10110 10111100 101101 1011000 0 11010 100001101 1001111 101001

Color Harmonies of #6716BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6716BC

Black with #6716BC

Text Example


Text Example

White with #6716BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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