Html Css Color HEX #6916BB Purple Heart

📋 copy color: '#6916BB'

red 105 ◦ green 22 ◦ blue 187

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

Shades of Purple Heart #6916BB

Tints of Purple Heart #6916BB

RGB

 RED value IS 105 (41.41% from 255) = 33.44%

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

 BLUE value IS 187 (73.44% from 255) = 59.55%

R = 33.44%
G = 7.01%
B = 59.55%

CMYK

 C value IS 0.44

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6916BB (or 0x6916BB) is known color: Purple Heart. HEX triplet: 69, 16 and BB. RGB value is (105,22,187). Sum of RGB (Red+Green+Blue) = 105+22+187=314 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.44% from 314); Green value is 22 (8.98% from 255 or 7.01% from 314); Blue value is 187 (73.44% from 255 or 59.55% from 314); Max value from RGB is 187 - color contains mainly: blue. Hex color #6916BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6916BB is #96E944. Grayscale: #414141. Windows color (decimal): -9890117 or 12260969. OLE color: 12260969.

HSL color Cylindrical-coordinate representation of color #6916BB: hue angle of 270.18º 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 #6916BB is Cyan = 0.44, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 105 22 187 -
CMYK 0.44 0.88 0 0.27
HSL 270.18º 0.79% 0.41% -
HSV(B) 270.18º 0.88% 0.73% -
XYZ 15.08 7.16 47.6 -
YUV 65.63 196.5 156.08 -
System Red Green Blue C M Y K H S L
Decimal 105 22 187 0.44 0.88 0 0.27 270.18 0.79 0.41
Hex 69 16 BB 2C 58 0 1B 10E 4F 29
Octal 151 26 273 54 130 0 33 416 117 51
Binary 1101001 10110 10111011 101100 1011000 0 11011 100001110 1001111 101001

Color Harmonies of #6916BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6916BB

Black with #6916BB

Text Example


Text Example

White with #6916BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6916BB; }

 p { color: rgb(105,22,187); }

 H1.HeaderClassName
 {
   color: #6916BB;
 }
 .AnyTagClassName
 {
   color: #6916BB;
 }
</style>

background-color css

<style>
 a { background-color: #6916BB; }

 a { background-color: rgb(105,22,187); }

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

border-color css

<style>
 span { border-color: #6916BB; }

 span { border-color: rgb(105,22,187); }

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