Html Css Color HEX #6919AD Purple Heart

📋 copy color: '#6919AD'

red 105 ◦ green 25 ◦ blue 173

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

Shades of Purple Heart #6919AD

Tints of Purple Heart #6919AD

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.25%

 BLUE value IS 173 (67.97% from 255) = 57.1%

R = 34.65%
G = 8.25%
B = 57.1%

CMYK

 C value IS 0.39

 M value IS 0.86

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6919AD (or 0x6919AD) is known color: Purple Heart. HEX triplet: 69, 19 and AD. RGB value is (105,25,173). Sum of RGB (Red+Green+Blue) = 105+25+173=303 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.65% from 303); Green value is 25 (10.16% from 255 or 8.25% from 303); Blue value is 173 (67.97% from 255 or 57.10% from 303); Max value from RGB is 173 - color contains mainly: blue. Hex color #6919AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6919AD is #96E652. Grayscale: #414141. Windows color (decimal): -9889363 or 11344233. OLE color: 11344233.

HSL color Cylindrical-coordinate representation of color #6919AD: hue angle of 272.43º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6919AD is Cyan = 0.39, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 105 25 173 -
CMYK 0.39 0.86 0 0.32
HSL 272.43º 0.75% 0.39% -
HSV(B) 272.43º 0.86% 0.68% -
XYZ 13.72 6.72 40.11 -
YUV 65.79 188.5 155.97 -
System Red Green Blue C M Y K H S L
Decimal 105 25 173 0.39 0.86 0 0.32 272.43 0.75 0.39
Hex 69 19 AD 27 56 0 20 110 4B 27
Octal 151 31 255 47 126 0 40 420 113 47
Binary 1101001 11001 10101101 100111 1010110 0 100000 100010000 1001011 100111

Color Harmonies of #6919AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6919AD

Black with #6919AD

Text Example


Text Example

White with #6919AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6919AD; }

 p { color: rgb(105,25,173); }

 H1.HeaderClassName
 {
   color: #6919AD;
 }
 .AnyTagClassName
 {
   color: #6919AD;
 }
</style>

background-color css

<style>
 a { background-color: #6919AD; }

 a { background-color: rgb(105,25,173); }

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

border-color css

<style>
 span { border-color: #6919AD; }

 span { border-color: rgb(105,25,173); }

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