Html Css Color HEX #6313AE Purple Heart

📋 copy color: '#6313AE'

red 99 ◦ green 19 ◦ blue 174

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

Shades of Purple Heart #6313AE

Tints of Purple Heart #6313AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 59.59%

R = 33.9%
G = 6.51%
B = 59.59%

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

#6313AE (or 0x6313AE) is known color: Purple Heart. HEX triplet: 63, 13 and AE. RGB value is (99,19,174). Sum of RGB (Red+Green+Blue) = 99+19+174=292 (38% of max value = 765). Red value is 99 (39.06% from 255 or 33.90% from 292); Green value is 19 (7.81% from 255 or 6.51% from 292); Blue value is 174 (68.36% from 255 or 59.59% from 292); Max value from RGB is 174 - color contains mainly: blue. Hex color #6313AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6313AE is #9CEC51. Grayscale: #3C3C3C. Windows color (decimal): -10284114 or 11408227. OLE color: 11408227.

HSL color Cylindrical-coordinate representation of color #6313AE: hue angle of 270.97º 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 #6313AE is Cyan = 0.43, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 99 19 174 -
CMYK 0.43 0.89 0 0.32
HSL 270.97º 0.8% 0.38% -
HSV(B) 270.97º 0.89% 0.68% -
XYZ 13.02 6.17 40.55 -
YUV 60.59 192 155.4 -
System Red Green Blue C M Y K H S L
Decimal 99 19 174 0.43 0.89 0 0.32 270.97 0.8 0.38
Hex 63 13 AE 2B 59 0 20 10F 50 26
Octal 143 23 256 53 131 0 40 417 120 46
Binary 1100011 10011 10101110 101011 1011001 0 100000 100001111 1010000 100110

Color Harmonies of #6313AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6313AE

Black with #6313AE

Text Example


Text Example

White with #6313AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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