Html Css Color HEX #64349D Royal Purple

📋 copy color: '#64349D'

red 100 ◦ green 52 ◦ blue 157

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

Shades of Royal Purple #64349D

Tints of Royal Purple #64349D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.83%

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

R = 32.36%
G = 16.83%
B = 50.81%

CMYK

 C value IS 0.36

 M value IS 0.67

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#64349D (or 0x64349D) is known color: Royal Purple. HEX triplet: 64, 34 and 9D. RGB value is (100,52,157). Sum of RGB (Red+Green+Blue) = 100+52+157=309 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.36% from 309); Green value is 52 (20.70% from 255 or 16.83% from 309); Blue value is 157 (61.72% from 255 or 50.81% from 309); Max value from RGB is 157 - color contains mainly: blue. Hex color #64349D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64349D is #9BCB62. Grayscale: #4D4D4D. Windows color (decimal): -10210147 or 10302564. OLE color: 10302564.

HSL color Cylindrical-coordinate representation of color #64349D: hue angle of 267.43º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #64349D is Cyan = 0.36, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 100 52 157 -
CMYK 0.36 0.67 0 0.38
HSL 267.43º 0.5% 0.41% -
HSV(B) 267.43º 0.67% 0.62% -
XYZ 12.57 7.6 32.7 -
YUV 78.32 172.4 143.46 -
System Red Green Blue C M Y K H S L
Decimal 100 52 157 0.36 0.67 0 0.38 267.43 0.5 0.41
Hex 64 34 9D 24 43 0 26 10B 32 29
Octal 144 64 235 44 103 0 46 413 62 51
Binary 1100100 110100 10011101 100100 1000011 0 100110 100001011 110010 101001

Color Harmonies of #64349D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64349D

Black with #64349D

Text Example


Text Example

White with #64349D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64349D; }

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

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

background-color css

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

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

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

border-color css

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

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

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