Html Css Color HEX #643AAF Royal Purple

📋 copy color: '#643AAF'

red 100 ◦ green 58 ◦ blue 175

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

Shades of Royal Purple #643AAF

Tints of Royal Purple #643AAF

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.42%

 BLUE value IS 175 (68.75% from 255) = 52.55%

R = 30.03%
G = 17.42%
B = 52.55%

CMYK

 C value IS 0.43

 M value IS 0.67

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#643AAF (or 0x643AAF) is known color: Royal Purple. HEX triplet: 64, 3A and AF. RGB value is (100,58,175). Sum of RGB (Red+Green+Blue) = 100+58+175=333 (44% of max value = 765). Red value is 100 (39.45% from 255 or 30.03% from 333); Green value is 58 (23.05% from 255 or 17.42% from 333); Blue value is 175 (68.75% from 255 or 52.55% from 333); Max value from RGB is 175 - color contains mainly: blue. Hex color #643AAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #643AAF is #9BC550. Grayscale: #535353. Windows color (decimal): -10208593 or 11483748. OLE color: 11483748.

HSL color Cylindrical-coordinate representation of color #643AAF: hue angle of 261.54º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #643AAF is Cyan = 0.43, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 100 58 175 -
CMYK 0.43 0.67 0 0.31
HSL 261.54º 0.5% 0.46% -
HSV(B) 261.54º 0.67% 0.69% -
XYZ 14.51 8.83 41.5 -
YUV 83.9 179.41 139.49 -
System Red Green Blue C M Y K H S L
Decimal 100 58 175 0.43 0.67 0 0.31 261.54 0.5 0.46
Hex 64 3A AF 2B 43 0 1F 106 32 2E
Octal 144 72 257 53 103 0 37 406 62 56
Binary 1100100 111010 10101111 101011 1000011 0 11111 100000110 110010 101110

Color Harmonies of #643AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643AAF

Black with #643AAF

Text Example


Text Example

White with #643AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,58,175); }

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

background-color css

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

 a { background-color: rgb(100,58,175); }

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

border-color css

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

 span { border-color: rgb(100,58,175); }

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