Html Css Color HEX #6344AD Royal Purple

📋 copy color: '#6344AD'

red 99 ◦ green 68 ◦ blue 173

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

Shades of Royal Purple #6344AD

Tints of Royal Purple #6344AD

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20%

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

R = 29.12%
G = 20%
B = 50.88%

CMYK

 C value IS 0.43

 M value IS 0.61

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6344AD (or 0x6344AD) is known color: Royal Purple. HEX triplet: 63, 44 and AD. RGB value is (99,68,173). Sum of RGB (Red+Green+Blue) = 99+68+173=340 (45% of max value = 765). Red value is 99 (39.06% from 255 or 29.12% from 340); Green value is 68 (26.95% from 255 or 20% from 340); Blue value is 173 (67.97% from 255 or 50.88% from 340); Max value from RGB is 173 - color contains mainly: blue. Hex color #6344AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6344AD is #9CBB52. Grayscale: #585858. Windows color (decimal): -10271571 or 11355235. OLE color: 11355235.

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

Color convert

RGB 99 68 173 -
CMYK 0.43 0.61 0 0.32
HSL 257.71º 0.44% 0.47% -
HSV(B) 257.71º 0.61% 0.68% -
XYZ 14.76 9.8 40.65 -
YUV 89.24 175.27 134.96 -
System Red Green Blue C M Y K H S L
Decimal 99 68 173 0.43 0.61 0 0.32 257.71 0.44 0.47
Hex 63 44 AD 2B 3D 0 20 102 2C 2F
Octal 143 104 255 53 75 0 40 402 54 57
Binary 1100011 1000100 10101101 101011 111101 0 100000 100000010 101100 101111

Color Harmonies of #6344AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6344AD

Black with #6344AD

Text Example


Text Example

White with #6344AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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