Html Css Color HEX #6314AB Purple Heart

📋 copy color: '#6314AB'

red 99 ◦ green 20 ◦ blue 171

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

Shades of Purple Heart #6314AB

Tints of Purple Heart #6314AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 58.97%

R = 34.14%
G = 6.9%
B = 58.97%

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

#6314AB (or 0x6314AB) is known color: Purple Heart. HEX triplet: 63, 14 and AB. RGB value is (99,20,171). Sum of RGB (Red+Green+Blue) = 99+20+171=290 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.14% from 290); Green value is 20 (8.20% from 255 or 6.90% from 290); Blue value is 171 (67.19% from 255 or 58.97% from 290); Max value from RGB is 171 - color contains mainly: blue. Hex color #6314AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6314AB is #9CEB54. Grayscale: #3C3C3C. Windows color (decimal): -10283861 or 11211875. OLE color: 11211875.

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

Color convert

RGB 99 20 171 -
CMYK 0.42 0.88 0 0.33
HSL 271.39º 0.79% 0.37% -
HSV(B) 271.39º 0.88% 0.67% -
XYZ 12.75 6.09 39.03 -
YUV 60.84 190.17 155.22 -
System Red Green Blue C M Y K H S L
Decimal 99 20 171 0.42 0.88 0 0.33 271.39 0.79 0.37
Hex 63 14 AB 2A 58 0 21 10F 4F 25
Octal 143 24 253 52 130 0 41 417 117 45
Binary 1100011 10100 10101011 101010 1011000 0 100001 100001111 1001111 100101

Color Harmonies of #6314AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6314AB

Black with #6314AB

Text Example


Text Example

White with #6314AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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