Html Css Color HEX #6314AC Purple Heart

📋 copy color: '#6314AC'

red 99 ◦ green 20 ◦ blue 172

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

Shades of Purple Heart #6314AC

Tints of Purple Heart #6314AC

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.87%

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

R = 34.02%
G = 6.87%
B = 59.11%

CMYK

 C value IS 0.42

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6314AC (or 0x6314AC) is known color: Purple Heart. HEX triplet: 63, 14 and AC. RGB value is (99,20,172). Sum of RGB (Red+Green+Blue) = 99+20+172=291 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.02% from 291); Green value is 20 (8.20% from 255 or 6.87% from 291); Blue value is 172 (67.58% from 255 or 59.11% from 291); Max value from RGB is 172 - color contains mainly: blue. Hex color #6314AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6314AC is #9CEB53. Grayscale: #3C3C3C. Windows color (decimal): -10283860 or 11277411. OLE color: 11277411.

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

Color convert

RGB 99 20 172 -
CMYK 0.42 0.88 0 0.33
HSL 271.18º 0.79% 0.38% -
HSV(B) 271.18º 0.88% 0.67% -
XYZ 12.84 6.13 39.54 -
YUV 60.95 190.67 155.14 -
System Red Green Blue C M Y K H S L
Decimal 99 20 172 0.42 0.88 0 0.33 271.18 0.79 0.38
Hex 63 14 AC 2A 58 0 21 10F 4F 26
Octal 143 24 254 52 130 0 41 417 117 46
Binary 1100011 10100 10101100 101010 1011000 0 100001 100001111 1001111 100110

Color Harmonies of #6314AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6314AC

Black with #6314AC

Text Example


Text Example

White with #6314AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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