Html Css Color HEX #6914AC Purple Heart

📋 copy color: '#6914AC'

red 105 ◦ green 20 ◦ blue 172

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

Shades of Purple Heart #6914AC

Tints of Purple Heart #6914AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 57.91%

R = 35.35%
G = 6.73%
B = 57.91%

CMYK

 C value IS 0.39

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6914AC (or 0x6914AC) is known color: Purple Heart. HEX triplet: 69, 14 and AC. RGB value is (105,20,172). Sum of RGB (Red+Green+Blue) = 105+20+172=297 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.35% from 297); Green value is 20 (8.20% from 255 or 6.73% from 297); Blue value is 172 (67.58% from 255 or 57.91% from 297); Max value from RGB is 172 - color contains mainly: blue. Hex color #6914AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6914AC is #96EB53. Grayscale: #3E3E3E. Windows color (decimal): -9890644 or 11277417. OLE color: 11277417.

HSL color Cylindrical-coordinate representation of color #6914AC: hue angle of 273.55º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6914AC is Cyan = 0.39, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 105 20 172 -
CMYK 0.39 0.88 0 0.33
HSL 273.55º 0.79% 0.38% -
HSV(B) 273.55º 0.88% 0.67% -
XYZ 13.52 6.48 39.57 -
YUV 62.74 189.66 158.14 -
System Red Green Blue C M Y K H S L
Decimal 105 20 172 0.39 0.88 0 0.33 273.55 0.79 0.38
Hex 69 14 AC 27 58 0 21 112 4F 26
Octal 151 24 254 47 130 0 41 422 117 46
Binary 1101001 10100 10101100 100111 1011000 0 100001 100010010 1001111 100110

Color Harmonies of #6914AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6914AC

Black with #6914AC

Text Example


Text Example

White with #6914AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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