Html Css Color HEX #643498 Royal Purple

📋 copy color: '#643498'

red 100 ◦ green 52 ◦ blue 152

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

Shades of Royal Purple #643498

Tints of Royal Purple #643498

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.11%

 BLUE value IS 152 (59.77% from 255) = 50%

R = 32.89%
G = 17.11%
B = 50%

CMYK

 C value IS 0.34

 M value IS 0.66

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#643498 (or 0x643498) is known color: Royal Purple. HEX triplet: 64, 34 and 98. RGB value is (100,52,152). Sum of RGB (Red+Green+Blue) = 100+52+152=304 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.89% from 304); Green value is 52 (20.70% from 255 or 17.11% from 304); Blue value is 152 (59.77% from 255 or 50% from 304); Max value from RGB is 152 - color contains mainly: blue. Hex color #643498 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #643498 is #9BCB67. Grayscale: #4D4D4D. Windows color (decimal): -10210152 or 9974884. OLE color: 9974884.

HSL color Cylindrical-coordinate representation of color #643498: hue angle of 268.8º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #643498 is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 100 52 152 -
CMYK 0.34 0.66 0 0.40
HSL 268.8º 0.49% 0.4% -
HSV(B) 268.8º 0.66% 0.6% -
XYZ 12.15 7.43 30.5 -
YUV 77.75 169.9 143.87 -
System Red Green Blue C M Y K H S L
Decimal 100 52 152 0.34 0.66 0 0.40 268.8 0.49 0.4
Hex 64 34 98 22 42 0 28 10D 31 28
Octal 144 64 230 42 102 0 50 415 61 50
Binary 1100100 110100 10011000 100010 1000010 0 101000 100001101 110001 101000

Color Harmonies of #643498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643498

Black with #643498

Text Example


Text Example

White with #643498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #643498; }

 p { color: rgb(100,52,152); }

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

background-color css

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

 a { background-color: rgb(100,52,152); }

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

border-color css

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

 span { border-color: rgb(100,52,152); }

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