Html Css Color HEX #6332A1 Royal Purple

📋 copy color: '#6332A1'

red 99 ◦ green 50 ◦ blue 161

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

Shades of Royal Purple #6332A1

Tints of Royal Purple #6332A1

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.13%

 BLUE value IS 161 (63.28% from 255) = 51.94%

R = 31.94%
G = 16.13%
B = 51.94%

CMYK

 C value IS 0.39

 M value IS 0.69

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#6332A1 (or 0x6332A1) is known color: Royal Purple. HEX triplet: 63, 32 and A1. RGB value is (99,50,161). Sum of RGB (Red+Green+Blue) = 99+50+161=310 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.94% from 310); Green value is 50 (19.92% from 255 or 16.13% from 310); Blue value is 161 (63.28% from 255 or 51.94% from 310); Max value from RGB is 161 - color contains mainly: blue. Hex color #6332A1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6332A1 is #9CCD5E. Grayscale: #4C4C4C. Windows color (decimal): -10276191 or 10564195. OLE color: 10564195.

HSL color Cylindrical-coordinate representation of color #6332A1: hue angle of 266.49º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6332A1 is Cyan = 0.39, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 99 50 161 -
CMYK 0.39 0.69 0 0.37
HSL 266.49º 0.53% 0.41% -
HSV(B) 266.49º 0.69% 0.63% -
XYZ 12.72 7.51 34.5 -
YUV 77.31 175.23 143.47 -
System Red Green Blue C M Y K H S L
Decimal 99 50 161 0.39 0.69 0 0.37 266.49 0.53 0.41
Hex 63 32 A1 27 45 0 25 10A 35 29
Octal 143 62 241 47 105 0 45 412 65 51
Binary 1100011 110010 10100001 100111 1000101 0 100101 100001010 110101 101001

Color Harmonies of #6332A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6332A1

Black with #6332A1

Text Example


Text Example

White with #6332A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6332A1; }

 p { color: rgb(99,50,161); }

 H1.HeaderClassName
 {
   color: #6332A1;
 }
 .AnyTagClassName
 {
   color: #6332A1;
 }
</style>

background-color css

<style>
 a { background-color: #6332A1; }

 a { background-color: rgb(99,50,161); }

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

border-color css

<style>
 span { border-color: #6332A1; }

 span { border-color: rgb(99,50,161); }

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