Html Css Color HEX #6432AC Royal Purple

📋 copy color: '#6432AC'

red 100 ◦ green 50 ◦ blue 172

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

Shades of Royal Purple #6432AC

Tints of Royal Purple #6432AC

RGB

 RED value IS 100 (39.45% from 255) = 31.06%

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

 BLUE value IS 172 (67.58% from 255) = 53.42%

R = 31.06%
G = 15.53%
B = 53.42%

CMYK

 C value IS 0.42

 M value IS 0.71

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6432AC (or 0x6432AC) is known color: Royal Purple. HEX triplet: 64, 32 and AC. RGB value is (100,50,172). Sum of RGB (Red+Green+Blue) = 100+50+172=322 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.06% from 322); Green value is 50 (19.92% from 255 or 15.53% from 322); Blue value is 172 (67.58% from 255 or 53.42% from 322); Max value from RGB is 172 - color contains mainly: blue. Hex color #6432AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6432AC is #9BCD53. Grayscale: #4E4E4E. Windows color (decimal): -10210644 or 11285092. OLE color: 11285092.

HSL color Cylindrical-coordinate representation of color #6432AC: hue angle of 264.59º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6432AC is Cyan = 0.42, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 100 50 172 -
CMYK 0.42 0.71 0 0.33
HSL 264.59º 0.55% 0.44% -
HSV(B) 264.59º 0.71% 0.67% -
XYZ 13.84 7.97 39.84 -
YUV 78.86 180.57 143.08 -
System Red Green Blue C M Y K H S L
Decimal 100 50 172 0.42 0.71 0 0.33 264.59 0.55 0.44
Hex 64 32 AC 2A 47 0 21 109 37 2C
Octal 144 62 254 52 107 0 41 411 67 54
Binary 1100100 110010 10101100 101010 1000111 0 100001 100001001 110111 101100

Color Harmonies of #6432AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6432AC

Black with #6432AC

Text Example


Text Example

White with #6432AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6432AC; }

 p { color: rgb(100,50,172); }

 H1.HeaderClassName
 {
   color: #6432AC;
 }
 .AnyTagClassName
 {
   color: #6432AC;
 }
</style>

background-color css

<style>
 a { background-color: #6432AC; }

 a { background-color: rgb(100,50,172); }

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

border-color css

<style>
 span { border-color: #6432AC; }

 span { border-color: rgb(100,50,172); }

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