Html Css Color HEX #6914BB Purple Heart

📋 copy color: '#6914BB'

red 105 ◦ green 20 ◦ blue 187

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

Shades of Purple Heart #6914BB

Tints of Purple Heart #6914BB

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.41%

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

R = 33.65%
G = 6.41%
B = 59.94%

CMYK

 C value IS 0.44

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6914BB (or 0x6914BB) is known color: Purple Heart. HEX triplet: 69, 14 and BB. RGB value is (105,20,187). Sum of RGB (Red+Green+Blue) = 105+20+187=312 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.65% from 312); Green value is 20 (8.20% from 255 or 6.41% from 312); Blue value is 187 (73.44% from 255 or 59.94% from 312); Max value from RGB is 187 - color contains mainly: blue. Hex color #6914BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6914BB is #96EB44. Grayscale: #3F3F3F. Windows color (decimal): -9890629 or 12260457. OLE color: 12260457.

HSL color Cylindrical-coordinate representation of color #6914BB: hue angle of 270.54º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6914BB is Cyan = 0.44, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 105 20 187 -
CMYK 0.44 0.89 0 0.27
HSL 270.54º 0.81% 0.41% -
HSV(B) 270.54º 0.89% 0.73% -
XYZ 15.05 7.09 47.59 -
YUV 64.45 197.16 156.92 -
System Red Green Blue C M Y K H S L
Decimal 105 20 187 0.44 0.89 0 0.27 270.54 0.81 0.41
Hex 69 14 BB 2C 59 0 1B 10F 51 29
Octal 151 24 273 54 131 0 33 417 121 51
Binary 1101001 10100 10111011 101100 1011001 0 11011 100001111 1010001 101001

Color Harmonies of #6914BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6914BB

Black with #6914BB

Text Example


Text Example

White with #6914BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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