Html Css Color HEX #6313AD Purple Heart

📋 copy color: '#6313AD'

red 99 ◦ green 19 ◦ blue 173

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

Shades of Purple Heart #6313AD

Tints of Purple Heart #6313AD

RGB

 RED value IS 99 (39.06% from 255) = 34.02%

 GREEN value IS 19 (7.81% from 255) = 6.53%

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

R = 34.02%
G = 6.53%
B = 59.45%

CMYK

 C value IS 0.43

 M value IS 0.89

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6313AD (or 0x6313AD) is known color: Purple Heart. HEX triplet: 63, 13 and AD. RGB value is (99,19,173). Sum of RGB (Red+Green+Blue) = 99+19+173=291 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.02% from 291); Green value is 19 (7.81% from 255 or 6.53% from 291); Blue value is 173 (67.97% from 255 or 59.45% from 291); Max value from RGB is 173 - color contains mainly: blue. Hex color #6313AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6313AD is #9CEC52. Grayscale: #3B3B3B. Windows color (decimal): -10284115 or 11342691. OLE color: 11342691.

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

Color convert

RGB 99 19 173 -
CMYK 0.43 0.89 0 0.32
HSL 271.17º 0.8% 0.38% -
HSV(B) 271.17º 0.89% 0.68% -
XYZ 12.92 6.14 40.04 -
YUV 60.48 191.5 155.48 -
System Red Green Blue C M Y K H S L
Decimal 99 19 173 0.43 0.89 0 0.32 271.17 0.8 0.38
Hex 63 13 AD 2B 59 0 20 10F 50 26
Octal 143 23 255 53 131 0 40 417 120 46
Binary 1100011 10011 10101101 101011 1011001 0 100000 100001111 1010000 100110

Color Harmonies of #6313AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6313AD

Black with #6313AD

Text Example


Text Example

White with #6313AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,19,173); }

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

background-color css

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

 a { background-color: rgb(99,19,173); }

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

border-color css

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

 span { border-color: rgb(99,19,173); }

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