Html Css Color HEX #643BAC Royal Purple

📋 copy color: '#643BAC'

red 100 ◦ green 59 ◦ blue 172

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

Shades of Royal Purple #643BAC

Tints of Royal Purple #643BAC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.82%

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

R = 30.21%
G = 17.82%
B = 51.96%

CMYK

 C value IS 0.42

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#643BAC (or 0x643BAC) is known color: Royal Purple. HEX triplet: 64, 3B and AC. RGB value is (100,59,172). Sum of RGB (Red+Green+Blue) = 100+59+172=331 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.21% from 331); Green value is 59 (23.44% from 255 or 17.82% from 331); Blue value is 172 (67.58% from 255 or 51.96% from 331); Max value from RGB is 172 - color contains mainly: blue. Hex color #643BAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #643BAC is #9BC453. Grayscale: #535353. Windows color (decimal): -10208340 or 11287396. OLE color: 11287396.

HSL color Cylindrical-coordinate representation of color #643BAC: hue angle of 261.77º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #643BAC is Cyan = 0.42, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 100 59 172 -
CMYK 0.42 0.66 0 0.33
HSL 261.77º 0.49% 0.45% -
HSV(B) 261.77º 0.66% 0.67% -
XYZ 14.27 8.82 39.98 -
YUV 84.14 177.58 139.31 -
System Red Green Blue C M Y K H S L
Decimal 100 59 172 0.42 0.66 0 0.33 261.77 0.49 0.45
Hex 64 3B AC 2A 42 0 21 106 31 2D
Octal 144 73 254 52 102 0 41 406 61 55
Binary 1100100 111011 10101100 101010 1000010 0 100001 100000110 110001 101101

Color Harmonies of #643BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643BAC

Black with #643BAC

Text Example


Text Example

White with #643BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #643BAC; }

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

 H1.HeaderClassName
 {
   color: #643BAC;
 }
 .AnyTagClassName
 {
   color: #643BAC;
 }
</style>

background-color css

<style>
 a { background-color: #643BAC; }

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

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

border-color css

<style>
 span { border-color: #643BAC; }

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

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