Html Css Color HEX #6914BA Purple Heart

📋 copy color: '#6914BA'

red 105 ◦ green 20 ◦ blue 186

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

Shades of Purple Heart #6914BA

Tints of Purple Heart #6914BA

RGB

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

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

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

R = 33.76%
G = 6.43%
B = 59.81%

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

#6914BA (or 0x6914BA) is known color: Purple Heart. HEX triplet: 69, 14 and BA. RGB value is (105,20,186). Sum of RGB (Red+Green+Blue) = 105+20+186=311 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.76% from 311); Green value is 20 (8.20% from 255 or 6.43% 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 #6914BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6914BA is #96EB45. Grayscale: #3F3F3F. Windows color (decimal): -9890630 or 12194921. OLE color: 12194921.

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

Color convert

RGB 105 20 186 -
CMYK 0.44 0.89 0 0.27
HSL 270.72º 0.81% 0.4% -
HSV(B) 270.72º 0.89% 0.73% -
XYZ 14.94 7.05 47.03 -
YUV 64.34 196.66 157 -
System Red Green Blue C M Y K H S L
Decimal 105 20 186 0.44 0.89 0 0.27 270.72 0.81 0.4
Hex 69 14 BA 2C 59 0 1B 10F 51 28
Octal 151 24 272 54 131 0 33 417 121 50
Binary 1101001 10100 10111010 101100 1011001 0 11011 100001111 1010001 101000

Color Harmonies of #6914BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6914BA

Black with #6914BA

Text Example


Text Example

White with #6914BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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