Html Css Color HEX #641B9D Royal Purple

📋 copy color: '#641B9D'

red 100 ◦ green 27 ◦ blue 157

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

Shades of Royal Purple #641B9D

Tints of Royal Purple #641B9D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.51%

 BLUE value IS 157 (61.72% from 255) = 55.28%

R = 35.21%
G = 9.51%
B = 55.28%

CMYK

 C value IS 0.36

 M value IS 0.83

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#641B9D (or 0x641B9D) is known color: Royal Purple. HEX triplet: 64, 1B and 9D. RGB value is (100,27,157). Sum of RGB (Red+Green+Blue) = 100+27+157=284 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.21% from 284); Green value is 27 (10.94% from 255 or 9.51% from 284); Blue value is 157 (61.72% from 255 or 55.28% from 284); Max value from RGB is 157 - color contains mainly: blue. Hex color #641B9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #641B9D is #9BE462. Grayscale: #3F3F3F. Windows color (decimal): -10216547 or 10296164. OLE color: 10296164.

HSL color Cylindrical-coordinate representation of color #641B9D: hue angle of 273.69º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #641B9D is Cyan = 0.36, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 100 27 157 -
CMYK 0.36 0.83 0 0.38
HSL 273.69º 0.71% 0.36% -
HSV(B) 273.69º 0.83% 0.62% -
XYZ 11.73 5.93 32.42 -
YUV 63.65 180.68 153.93 -
System Red Green Blue C M Y K H S L
Decimal 100 27 157 0.36 0.83 0 0.38 273.69 0.71 0.36
Hex 64 1B 9D 24 53 0 26 112 47 24
Octal 144 33 235 44 123 0 46 422 107 44
Binary 1100100 11011 10011101 100100 1010011 0 100110 100010010 1000111 100100

Color Harmonies of #641B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641B9D

Black with #641B9D

Text Example


Text Example

White with #641B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641B9D; }

 p { color: rgb(100,27,157); }

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

background-color css

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

 a { background-color: rgb(100,27,157); }

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

border-color css

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

 span { border-color: rgb(100,27,157); }

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