Html Css Color HEX #6311AC Purple Heart

📋 copy color: '#6311AC'

red 99 ◦ green 17 ◦ blue 172

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

Shades of Purple Heart #6311AC

Tints of Purple Heart #6311AC

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.9%

 BLUE value IS 172 (67.58% from 255) = 59.72%

R = 34.38%
G = 5.9%
B = 59.72%

CMYK

 C value IS 0.42

 M value IS 0.90

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6311AC (or 0x6311AC) is known color: Purple Heart. HEX triplet: 63, 11 and AC. RGB value is (99,17,172). Sum of RGB (Red+Green+Blue) = 99+17+172=288 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.38% from 288); Green value is 17 (7.03% from 255 or 5.90% from 288); Blue value is 172 (67.58% from 255 or 59.72% from 288); Max value from RGB is 172 - color contains mainly: blue. Hex color #6311AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6311AC is #9CEE53. Grayscale: #3A3A3A. Windows color (decimal): -10284628 or 11276643. OLE color: 11276643.

HSL color Cylindrical-coordinate representation of color #6311AC: hue angle of 271.74º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6311AC is Cyan = 0.42, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 99 17 172 -
CMYK 0.42 0.90 0 0.33
HSL 271.74º 0.82% 0.37% -
HSV(B) 271.74º 0.9% 0.67% -
XYZ 12.79 6.03 39.52 -
YUV 59.19 191.67 156.4 -
System Red Green Blue C M Y K H S L
Decimal 99 17 172 0.42 0.90 0 0.33 271.74 0.82 0.37
Hex 63 11 AC 2A 5A 0 21 110 52 25
Octal 143 21 254 52 132 0 41 420 122 45
Binary 1100011 10001 10101100 101010 1011010 0 100001 100010000 1010010 100101

Color Harmonies of #6311AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6311AC

Black with #6311AC

Text Example


Text Example

White with #6311AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6311AC; }

 p { color: rgb(99,17,172); }

 H1.HeaderClassName
 {
   color: #6311AC;
 }
 .AnyTagClassName
 {
   color: #6311AC;
 }
</style>

background-color css

<style>
 a { background-color: #6311AC; }

 a { background-color: rgb(99,17,172); }

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

border-color css

<style>
 span { border-color: #6311AC; }

 span { border-color: rgb(99,17,172); }

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