Html Css Color HEX #643AB0 Royal Purple

📋 copy color: '#643AB0'

red 100 ◦ green 58 ◦ blue 176

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

Shades of Royal Purple #643AB0

Tints of Royal Purple #643AB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 52.69%

R = 29.94%
G = 17.37%
B = 52.69%

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

#643AB0 (or 0x643AB0) is known color: Royal Purple. HEX triplet: 64, 3A and B0. RGB value is (100,58,176). Sum of RGB (Red+Green+Blue) = 100+58+176=334 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.94% from 334); Green value is 58 (23.05% from 255 or 17.37% from 334); Blue value is 176 (69.14% from 255 or 52.69% from 334); Max value from RGB is 176 - color contains mainly: blue. Hex color #643AB0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #643AB0 is #9BC54F. Grayscale: #535353. Windows color (decimal): -10208592 or 11549284. OLE color: 11549284.

HSL color Cylindrical-coordinate representation of color #643AB0: hue angle of 261.36º 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 #643AB0 is Cyan = 0.43, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 100 58 176 -
CMYK 0.43 0.67 0 0.31
HSL 261.36º 0.5% 0.46% -
HSV(B) 261.36º 0.67% 0.69% -
XYZ 14.61 8.87 42.02 -
YUV 84.01 179.91 139.41 -
System Red Green Blue C M Y K H S L
Decimal 100 58 176 0.43 0.67 0 0.31 261.36 0.5 0.46
Hex 64 3A B0 2B 43 0 1F 105 32 2E
Octal 144 72 260 53 103 0 37 405 62 56
Binary 1100100 111010 10110000 101011 1000011 0 11111 100000101 110010 101110

Color Harmonies of #643AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643AB0

Black with #643AB0

Text Example


Text Example

White with #643AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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