Html Css Color HEX #6915A7 Purple Heart

📋 copy color: '#6915A7'

red 105 ◦ green 21 ◦ blue 167

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

Shades of Purple Heart #6915A7

Tints of Purple Heart #6915A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 57%

R = 35.84%
G = 7.17%
B = 57%

CMYK

 C value IS 0.37

 M value IS 0.87

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#6915A7 (or 0x6915A7) is known color: Purple Heart. HEX triplet: 69, 15 and A7. RGB value is (105,21,167). Sum of RGB (Red+Green+Blue) = 105+21+167=293 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.84% from 293); Green value is 21 (8.59% from 255 or 7.17% from 293); Blue value is 167 (65.62% from 255 or 57.00% from 293); Max value from RGB is 167 - color contains mainly: blue. Hex color #6915A7 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6915A7 is #96EA58. Grayscale: #3E3E3E. Windows color (decimal): -9890393 or 10949993. OLE color: 10949993.

HSL color Cylindrical-coordinate representation of color #6915A7: hue angle of 274.52º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6915A7 is Cyan = 0.37, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 105 21 167 -
CMYK 0.37 0.87 0 0.35
HSL 274.52º 0.78% 0.37% -
HSV(B) 274.52º 0.87% 0.65% -
XYZ 13.07 6.33 37.09 -
YUV 62.76 186.83 158.13 -
System Red Green Blue C M Y K H S L
Decimal 105 21 167 0.37 0.87 0 0.35 274.52 0.78 0.37
Hex 69 15 A7 25 57 0 23 113 4E 25
Octal 151 25 247 45 127 0 43 423 116 45
Binary 1101001 10101 10100111 100101 1010111 0 100011 100010011 1001110 100101

Color Harmonies of #6915A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6915A7

Black with #6915A7

Text Example


Text Example

White with #6915A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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