Html Css Color HEX #641D9F Royal Purple

📋 copy color: '#641D9F'

red 100 ◦ green 29 ◦ blue 159

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

Shades of Royal Purple #641D9F

Tints of Royal Purple #641D9F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.07%

 BLUE value IS 159 (62.5% from 255) = 55.21%

R = 34.72%
G = 10.07%
B = 55.21%

CMYK

 C value IS 0.37

 M value IS 0.82

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#641D9F (or 0x641D9F) is known color: Royal Purple. HEX triplet: 64, 1D and 9F. RGB value is (100,29,159). Sum of RGB (Red+Green+Blue) = 100+29+159=288 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.72% from 288); Green value is 29 (11.72% from 255 or 10.07% from 288); Blue value is 159 (62.5% from 255 or 55.21% from 288); Max value from RGB is 159 - color contains mainly: blue. Hex color #641D9F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #641D9F is #9BE260. Grayscale: #404040. Windows color (decimal): -10216033 or 10427748. OLE color: 10427748.

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

Color convert

RGB 100 29 159 -
CMYK 0.37 0.82 0 0.38
HSL 272.77º 0.69% 0.37% -
HSV(B) 272.77º 0.82% 0.62% -
XYZ 11.95 6.09 33.35 -
YUV 65.05 181.02 152.93 -
System Red Green Blue C M Y K H S L
Decimal 100 29 159 0.37 0.82 0 0.38 272.77 0.69 0.37
Hex 64 1D 9F 25 52 0 26 111 45 25
Octal 144 35 237 45 122 0 46 421 105 45
Binary 1100100 11101 10011111 100101 1010010 0 100110 100010001 1000101 100101

Color Harmonies of #641D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641D9F

Black with #641D9F

Text Example


Text Example

White with #641D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,29,159); }

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

background-color css

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

 a { background-color: rgb(100,29,159); }

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

border-color css

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

 span { border-color: rgb(100,29,159); }

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