Html Css Color HEX #6329A4 Royal Purple

📋 copy color: '#6329A4'

red 99 ◦ green 41 ◦ blue 164

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

Shades of Royal Purple #6329A4

Tints of Royal Purple #6329A4

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.49%

 BLUE value IS 164 (64.45% from 255) = 53.95%

R = 32.57%
G = 13.49%
B = 53.95%

CMYK

 C value IS 0.40

 M value IS 0.75

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#6329A4 (or 0x6329A4) is known color: Royal Purple. HEX triplet: 63, 29 and A4. RGB value is (99,41,164). Sum of RGB (Red+Green+Blue) = 99+41+164=304 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.57% from 304); Green value is 41 (16.41% from 255 or 13.49% from 304); Blue value is 164 (64.45% from 255 or 53.95% from 304); Max value from RGB is 164 - color contains mainly: blue. Hex color #6329A4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6329A4 is #9CD65B. Grayscale: #474747. Windows color (decimal): -10278492 or 10758499. OLE color: 10758499.

HSL color Cylindrical-coordinate representation of color #6329A4: hue angle of 268.29º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6329A4 is Cyan = 0.40, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 99 41 164 -
CMYK 0.40 0.75 0 0.36
HSL 268.29º 0.6% 0.4% -
HSV(B) 268.29º 0.75% 0.64% -
XYZ 12.64 6.92 35.79 -
YUV 72.36 179.72 147 -
System Red Green Blue C M Y K H S L
Decimal 99 41 164 0.40 0.75 0 0.36 268.29 0.6 0.4
Hex 63 29 A4 28 4B 0 24 10C 3C 28
Octal 143 51 244 50 113 0 44 414 74 50
Binary 1100011 101001 10100100 101000 1001011 0 100100 100001100 111100 101000

Color Harmonies of #6329A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6329A4

Black with #6329A4

Text Example


Text Example

White with #6329A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6329A4; }

 p { color: rgb(99,41,164); }

 H1.HeaderClassName
 {
   color: #6329A4;
 }
 .AnyTagClassName
 {
   color: #6329A4;
 }
</style>

background-color css

<style>
 a { background-color: #6329A4; }

 a { background-color: rgb(99,41,164); }

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

border-color css

<style>
 span { border-color: #6329A4; }

 span { border-color: rgb(99,41,164); }

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