Html Css Color HEX #6915AD Purple Heart

📋 copy color: '#6915AD'

red 105 ◦ green 21 ◦ blue 173

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

Shades of Purple Heart #6915AD

Tints of Purple Heart #6915AD

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.02%

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

R = 35.12%
G = 7.02%
B = 57.86%

CMYK

 C value IS 0.39

 M value IS 0.88

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6915AD (or 0x6915AD) is known color: Purple Heart. HEX triplet: 69, 15 and AD. RGB value is (105,21,173). Sum of RGB (Red+Green+Blue) = 105+21+173=299 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.12% from 299); Green value is 21 (8.59% from 255 or 7.02% from 299); Blue value is 173 (67.97% from 255 or 57.86% from 299); Max value from RGB is 173 - color contains mainly: blue. Hex color #6915AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6915AD is #96EA52. Grayscale: #3E3E3E. Windows color (decimal): -9890387 or 11343209. OLE color: 11343209.

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

Color convert

RGB 105 21 173 -
CMYK 0.39 0.88 0 0.32
HSL 273.16º 0.78% 0.38% -
HSV(B) 273.16º 0.88% 0.68% -
XYZ 13.64 6.56 40.08 -
YUV 63.44 189.83 157.64 -
System Red Green Blue C M Y K H S L
Decimal 105 21 173 0.39 0.88 0 0.32 273.16 0.78 0.38
Hex 69 15 AD 27 58 0 20 111 4E 26
Octal 151 25 255 47 130 0 40 421 116 46
Binary 1101001 10101 10101101 100111 1011000 0 100000 100010001 1001110 100110

Color Harmonies of #6915AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6915AD

Black with #6915AD

Text Example


Text Example

White with #6915AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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