Html Css Color HEX #643DB0 Royal Purple

📋 copy color: '#643DB0'

red 100 ◦ green 61 ◦ blue 176

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

Shades of Royal Purple #643DB0

Tints of Royal Purple #643DB0

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.1%

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

R = 29.67%
G = 18.1%
B = 52.23%

CMYK

 C value IS 0.43

 M value IS 0.65

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#643DB0 (or 0x643DB0) is known color: Royal Purple. HEX triplet: 64, 3D and B0. RGB value is (100,61,176). Sum of RGB (Red+Green+Blue) = 100+61+176=337 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.67% from 337); Green value is 61 (24.22% from 255 or 18.10% from 337); Blue value is 176 (69.14% from 255 or 52.23% from 337); Max value from RGB is 176 - color contains mainly: blue. Hex color #643DB0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #643DB0 is #9BC24F. Grayscale: #555555. Windows color (decimal): -10207824 or 11550052. OLE color: 11550052.

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

Color convert

RGB 100 61 176 -
CMYK 0.43 0.65 0 0.31
HSL 260.35º 0.49% 0.46% -
HSV(B) 260.35º 0.65% 0.69% -
XYZ 14.76 9.18 42.07 -
YUV 85.77 178.92 138.15 -
System Red Green Blue C M Y K H S L
Decimal 100 61 176 0.43 0.65 0 0.31 260.35 0.49 0.46
Hex 64 3D B0 2B 41 0 1F 104 31 2E
Octal 144 75 260 53 101 0 37 404 61 56
Binary 1100100 111101 10110000 101011 1000001 0 11111 100000100 110001 101110

Color Harmonies of #643DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643DB0

Black with #643DB0

Text Example


Text Example

White with #643DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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