Html Css Color HEX #642996 Royal Purple

📋 copy color: '#642996'

red 100 ◦ green 41 ◦ blue 150

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

Shades of Royal Purple #642996

Tints of Royal Purple #642996

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.09%

 BLUE value IS 150 (58.98% from 255) = 51.55%

R = 34.36%
G = 14.09%
B = 51.55%

CMYK

 C value IS 0.33

 M value IS 0.73

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#642996 (or 0x642996) is known color: Royal Purple. HEX triplet: 64, 29 and 96. RGB value is (100,41,150). Sum of RGB (Red+Green+Blue) = 100+41+150=291 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.36% from 291); Green value is 41 (16.41% from 255 or 14.09% from 291); Blue value is 150 (58.98% from 255 or 51.55% from 291); Max value from RGB is 150 - color contains mainly: blue. Hex color #642996 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642996 is #9BD669. Grayscale: #464646. Windows color (decimal): -10212970 or 9840996. OLE color: 9840996.

HSL color Cylindrical-coordinate representation of color #642996: hue angle of 272.48º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #642996 is Cyan = 0.33, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 100 41 150 -
CMYK 0.33 0.73 0 0.41
HSL 272.48º 0.57% 0.37% -
HSV(B) 272.48º 0.73% 0.59% -
XYZ 11.55 6.5 29.5 -
YUV 71.07 172.55 148.64 -
System Red Green Blue C M Y K H S L
Decimal 100 41 150 0.33 0.73 0 0.41 272.48 0.57 0.37
Hex 64 29 96 21 49 0 29 110 39 25
Octal 144 51 226 41 111 0 51 420 71 45
Binary 1100100 101001 10010110 100001 1001001 0 101001 100010000 111001 100101

Color Harmonies of #642996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642996

Black with #642996

Text Example


Text Example

White with #642996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642996; }

 p { color: rgb(100,41,150); }

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

background-color css

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

 a { background-color: rgb(100,41,150); }

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

border-color css

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

 span { border-color: rgb(100,41,150); }

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