Html Css Color HEX #6716BF Purple Heart

📋 copy color: '#6716BF'

red 103 ◦ green 22 ◦ blue 191

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

Shades of Purple Heart #6716BF

Tints of Purple Heart #6716BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 60.44%

R = 32.59%
G = 6.96%
B = 60.44%

CMYK

 C value IS 0.46

 M value IS 0.88

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6716BF (or 0x6716BF) is known color: Purple Heart. HEX triplet: 67, 16 and BF. RGB value is (103,22,191). Sum of RGB (Red+Green+Blue) = 103+22+191=316 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.59% from 316); Green value is 22 (8.98% from 255 or 6.96% from 316); Blue value is 191 (75% from 255 or 60.44% from 316); Max value from RGB is 191 - color contains mainly: blue. Hex color #6716BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6716BF is #98E940. Grayscale: #404040. Windows color (decimal): -10021185 or 12523111. OLE color: 12523111.

HSL color Cylindrical-coordinate representation of color #6716BF: hue angle of 268.76º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6716BF is Cyan = 0.46, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 103 22 191 -
CMYK 0.46 0.88 0 0.25
HSL 268.76º 0.79% 0.42% -
HSV(B) 268.76º 0.88% 0.75% -
XYZ 15.28 7.22 49.88 -
YUV 65.49 198.84 154.76 -
System Red Green Blue C M Y K H S L
Decimal 103 22 191 0.46 0.88 0 0.25 268.76 0.79 0.42
Hex 67 16 BF 2E 58 0 19 10D 4F 2A
Octal 147 26 277 56 130 0 31 415 117 52
Binary 1100111 10110 10111111 101110 1011000 0 11001 100001101 1001111 101010

Color Harmonies of #6716BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6716BF

Black with #6716BF

Text Example


Text Example

White with #6716BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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