Html Css Color HEX #643BAA Royal Purple

📋 copy color: '#643BAA'

red 100 ◦ green 59 ◦ blue 170

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

Shades of Royal Purple #643BAA

Tints of Royal Purple #643BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 51.67%

R = 30.4%
G = 17.93%
B = 51.67%

CMYK

 C value IS 0.41

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#643BAA (or 0x643BAA) is known color: Royal Purple. HEX triplet: 64, 3B and AA. RGB value is (100,59,170). Sum of RGB (Red+Green+Blue) = 100+59+170=329 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.40% from 329); Green value is 59 (23.44% from 255 or 17.93% from 329); Blue value is 170 (66.80% from 255 or 51.67% from 329); Max value from RGB is 170 - color contains mainly: blue. Hex color #643BAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #643BAA is #9BC455. Grayscale: #535353. Windows color (decimal): -10208342 or 11156324. OLE color: 11156324.

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

Color convert

RGB 100 59 170 -
CMYK 0.41 0.65 0 0.33
HSL 262.16º 0.48% 0.45% -
HSV(B) 262.16º 0.65% 0.67% -
XYZ 14.08 8.74 38.98 -
YUV 83.91 176.58 139.47 -
System Red Green Blue C M Y K H S L
Decimal 100 59 170 0.41 0.65 0 0.33 262.16 0.48 0.45
Hex 64 3B AA 29 41 0 21 106 30 2D
Octal 144 73 252 51 101 0 41 406 60 55
Binary 1100100 111011 10101010 101001 1000001 0 100001 100000110 110000 101101

Color Harmonies of #643BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643BAA

Black with #643BAA

Text Example


Text Example

White with #643BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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