Html Css Color HEX #643CA8 Royal Purple

📋 copy color: '#643CA8'

red 100 ◦ green 60 ◦ blue 168

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

Shades of Royal Purple #643CA8

Tints of Royal Purple #643CA8

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.29%

 BLUE value IS 168 (66.02% from 255) = 51.22%

R = 30.49%
G = 18.29%
B = 51.22%

CMYK

 C value IS 0.40

 M value IS 0.64

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#643CA8 (or 0x643CA8) is known color: Royal Purple. HEX triplet: 64, 3C and A8. RGB value is (100,60,168). Sum of RGB (Red+Green+Blue) = 100+60+168=328 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.49% from 328); Green value is 60 (23.83% from 255 or 18.29% from 328); Blue value is 168 (66.02% from 255 or 51.22% from 328); Max value from RGB is 168 - color contains mainly: blue. Hex color #643CA8 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #643CA8 is #9BC357. Grayscale: #535353. Windows color (decimal): -10208088 or 11025508. OLE color: 11025508.

HSL color Cylindrical-coordinate representation of color #643CA8: hue angle of 262.22º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #643CA8 is Cyan = 0.40, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 100 60 168 -
CMYK 0.40 0.64 0 0.34
HSL 262.22º 0.47% 0.45% -
HSV(B) 262.22º 0.64% 0.66% -
XYZ 13.94 8.77 38 -
YUV 84.27 175.25 139.22 -
System Red Green Blue C M Y K H S L
Decimal 100 60 168 0.40 0.64 0 0.34 262.22 0.47 0.45
Hex 64 3C A8 28 40 0 22 106 2F 2D
Octal 144 74 250 50 100 0 42 406 57 55
Binary 1100100 111100 10101000 101000 1000000 0 100010 100000110 101111 101101

Color Harmonies of #643CA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643CA8

Black with #643CA8

Text Example


Text Example

White with #643CA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,60,168); }

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

background-color css

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

 a { background-color: rgb(100,60,168); }

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

border-color css

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

 span { border-color: rgb(100,60,168); }

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