Html Css Color HEX #64339A Royal Purple

📋 copy color: '#64339A'

red 100 ◦ green 51 ◦ blue 154

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

Shades of Royal Purple #64339A

Tints of Royal Purple #64339A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.72%

 BLUE value IS 154 (60.55% from 255) = 50.49%

R = 32.79%
G = 16.72%
B = 50.49%

CMYK

 C value IS 0.35

 M value IS 0.67

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#64339A (or 0x64339A) is known color: Royal Purple. HEX triplet: 64, 33 and 9A. RGB value is (100,51,154). Sum of RGB (Red+Green+Blue) = 100+51+154=305 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.79% from 305); Green value is 51 (20.31% from 255 or 16.72% from 305); Blue value is 154 (60.55% from 255 or 50.49% from 305); Max value from RGB is 154 - color contains mainly: blue. Hex color #64339A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64339A is #9BCC65. Grayscale: #4D4D4D. Windows color (decimal): -10210406 or 10105700. OLE color: 10105700.

HSL color Cylindrical-coordinate representation of color #64339A: hue angle of 268.54º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #64339A is Cyan = 0.35, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 100 51 154 -
CMYK 0.35 0.67 0 0.40
HSL 268.54º 0.5% 0.4% -
HSV(B) 268.54º 0.67% 0.6% -
XYZ 12.27 7.41 31.36 -
YUV 77.39 171.23 144.12 -
System Red Green Blue C M Y K H S L
Decimal 100 51 154 0.35 0.67 0 0.40 268.54 0.5 0.4
Hex 64 33 9A 23 43 0 28 10D 32 28
Octal 144 63 232 43 103 0 50 415 62 50
Binary 1100100 110011 10011010 100011 1000011 0 101000 100001101 110010 101000

Color Harmonies of #64339A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64339A

Black with #64339A

Text Example


Text Example

White with #64339A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64339A; }

 p { color: rgb(100,51,154); }

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

background-color css

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

 a { background-color: rgb(100,51,154); }

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

border-color css

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

 span { border-color: rgb(100,51,154); }

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