Html Css Color HEX #6915AA Purple Heart

📋 copy color: '#6915AA'

red 105 ◦ green 21 ◦ blue 170

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

Shades of Purple Heart #6915AA

Tints of Purple Heart #6915AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 57.43%

R = 35.47%
G = 7.09%
B = 57.43%

CMYK

 C value IS 0.38

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6915AA (or 0x6915AA) is known color: Purple Heart. HEX triplet: 69, 15 and AA. RGB value is (105,21,170). Sum of RGB (Red+Green+Blue) = 105+21+170=296 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.47% from 296); Green value is 21 (8.59% from 255 or 7.09% from 296); Blue value is 170 (66.80% from 255 or 57.43% from 296); Max value from RGB is 170 - color contains mainly: blue. Hex color #6915AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6915AA is #96EA55. Grayscale: #3E3E3E. Windows color (decimal): -9890390 or 11146601. OLE color: 11146601.

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

Color convert

RGB 105 21 170 -
CMYK 0.38 0.88 0 0.33
HSL 273.83º 0.78% 0.37% -
HSV(B) 273.83º 0.88% 0.67% -
XYZ 13.35 6.44 38.57 -
YUV 63.1 188.33 157.88 -
System Red Green Blue C M Y K H S L
Decimal 105 21 170 0.38 0.88 0 0.33 273.83 0.78 0.37
Hex 69 15 AA 26 58 0 21 112 4E 25
Octal 151 25 252 46 130 0 41 422 116 45
Binary 1101001 10101 10101010 100110 1011000 0 100001 100010010 1001110 100101

Color Harmonies of #6915AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6915AA

Black with #6915AA

Text Example


Text Example

White with #6915AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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