Html Css Color HEX #641EA3 Royal Purple

📋 copy color: '#641EA3'

red 100 ◦ green 30 ◦ blue 163

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

Shades of Royal Purple #641EA3

Tints of Royal Purple #641EA3

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.24%

 BLUE value IS 163 (64.06% from 255) = 55.63%

R = 34.13%
G = 10.24%
B = 55.63%

CMYK

 C value IS 0.39

 M value IS 0.82

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#641EA3 (or 0x641EA3) is known color: Royal Purple. HEX triplet: 64, 1E and A3. RGB value is (100,30,163). Sum of RGB (Red+Green+Blue) = 100+30+163=293 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.13% from 293); Green value is 30 (12.11% from 255 or 10.24% from 293); Blue value is 163 (64.06% from 255 or 55.63% from 293); Max value from RGB is 163 - color contains mainly: blue. Hex color #641EA3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #641EA3 is #9BE15C. Grayscale: #414141. Windows color (decimal): -10215773 or 10690148. OLE color: 10690148.

HSL color Cylindrical-coordinate representation of color #641EA3: hue angle of 271.58º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #641EA3 is Cyan = 0.39, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 100 30 163 -
CMYK 0.39 0.82 0 0.36
HSL 271.58º 0.69% 0.38% -
HSV(B) 271.58º 0.82% 0.64% -
XYZ 12.33 6.28 35.21 -
YUV 66.09 182.69 152.19 -
System Red Green Blue C M Y K H S L
Decimal 100 30 163 0.39 0.82 0 0.36 271.58 0.69 0.38
Hex 64 1E A3 27 52 0 24 110 45 26
Octal 144 36 243 47 122 0 44 420 105 46
Binary 1100100 11110 10100011 100111 1010010 0 100100 100010000 1000101 100110

Color Harmonies of #641EA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641EA3

Black with #641EA3

Text Example


Text Example

White with #641EA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,30,163); }

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

background-color css

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

 a { background-color: rgb(100,30,163); }

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

border-color css

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

 span { border-color: rgb(100,30,163); }

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