Html Css Color HEX #641C9F Royal Purple

📋 copy color: '#641C9F'

red 100 ◦ green 28 ◦ blue 159

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

Shades of Royal Purple #641C9F

Tints of Royal Purple #641C9F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.76%

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

R = 34.84%
G = 9.76%
B = 55.4%

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

#641C9F (or 0x641C9F) is known color: Royal Purple. HEX triplet: 64, 1C and 9F. RGB value is (100,28,159). Sum of RGB (Red+Green+Blue) = 100+28+159=287 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.84% from 287); Green value is 28 (11.33% from 255 or 9.76% from 287); Blue value is 159 (62.5% from 255 or 55.40% from 287); Max value from RGB is 159 - color contains mainly: blue. Hex color #641C9F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #641C9F is #9BE360. Grayscale: #404040. Windows color (decimal): -10216289 or 10427492. OLE color: 10427492.

HSL color Cylindrical-coordinate representation of color #641C9F: hue angle of 272.98º degrees, saturation: 0.7, 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 #641C9F is Cyan = 0.37, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 100 28 159 -
CMYK 0.37 0.82 0 0.38
HSL 272.98º 0.7% 0.37% -
HSV(B) 272.98º 0.82% 0.62% -
XYZ 11.93 6.04 33.34 -
YUV 64.46 181.35 153.35 -
System Red Green Blue C M Y K H S L
Decimal 100 28 159 0.37 0.82 0 0.38 272.98 0.7 0.37
Hex 64 1C 9F 25 52 0 26 111 46 25
Octal 144 34 237 45 122 0 46 421 106 45
Binary 1100100 11100 10011111 100101 1010010 0 100110 100010001 1000110 100101

Color Harmonies of #641C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641C9F

Black with #641C9F

Text Example


Text Example

White with #641C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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