Html Css Color HEX #6332A2 Royal Purple

📋 copy color: '#6332A2'

red 99 ◦ green 50 ◦ blue 162

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

Shades of Royal Purple #6332A2

Tints of Royal Purple #6332A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 52.09%

R = 31.83%
G = 16.08%
B = 52.09%

CMYK

 C value IS 0.39

 M value IS 0.69

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#6332A2 (or 0x6332A2) is known color: Royal Purple. HEX triplet: 63, 32 and A2. RGB value is (99,50,162). Sum of RGB (Red+Green+Blue) = 99+50+162=311 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.83% from 311); Green value is 50 (19.92% from 255 or 16.08% from 311); Blue value is 162 (63.67% from 255 or 52.09% from 311); Max value from RGB is 162 - color contains mainly: blue. Hex color #6332A2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6332A2 is #9CCD5D. Grayscale: #4D4D4D. Windows color (decimal): -10276190 or 10629731. OLE color: 10629731.

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

Color convert

RGB 99 50 162 -
CMYK 0.39 0.69 0 0.36
HSL 266.25º 0.53% 0.42% -
HSV(B) 266.25º 0.69% 0.64% -
XYZ 12.81 7.54 34.96 -
YUV 77.42 175.73 143.39 -
System Red Green Blue C M Y K H S L
Decimal 99 50 162 0.39 0.69 0 0.36 266.25 0.53 0.42
Hex 63 32 A2 27 45 0 24 10A 35 2A
Octal 143 62 242 47 105 0 44 412 65 52
Binary 1100011 110010 10100010 100111 1000101 0 100100 100001010 110101 101010

Color Harmonies of #6332A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6332A2

Black with #6332A2

Text Example


Text Example

White with #6332A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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