Html Css Color HEX #64359B Royal Purple

📋 copy color: '#64359B'

red 100 ◦ green 53 ◦ blue 155

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

Shades of Royal Purple #64359B

Tints of Royal Purple #64359B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.21%

 BLUE value IS 155 (60.94% from 255) = 50.32%

R = 32.47%
G = 17.21%
B = 50.32%

CMYK

 C value IS 0.35

 M value IS 0.66

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#64359B (or 0x64359B) is known color: Royal Purple. HEX triplet: 64, 35 and 9B. RGB value is (100,53,155). Sum of RGB (Red+Green+Blue) = 100+53+155=308 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.47% from 308); Green value is 53 (21.09% from 255 or 17.21% from 308); Blue value is 155 (60.94% from 255 or 50.32% from 308); Max value from RGB is 155 - color contains mainly: blue. Hex color #64359B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64359B is #9BCA64. Grayscale: #4E4E4E. Windows color (decimal): -10209893 or 10171748. OLE color: 10171748.

HSL color Cylindrical-coordinate representation of color #64359B: hue angle of 267.65º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #64359B is Cyan = 0.35, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 100 53 155 -
CMYK 0.35 0.66 0 0.39
HSL 267.65º 0.49% 0.41% -
HSV(B) 267.65º 0.66% 0.61% -
XYZ 12.45 7.62 31.83 -
YUV 78.68 171.07 143.21 -
System Red Green Blue C M Y K H S L
Decimal 100 53 155 0.35 0.66 0 0.39 267.65 0.49 0.41
Hex 64 35 9B 23 42 0 27 10C 31 29
Octal 144 65 233 43 102 0 47 414 61 51
Binary 1100100 110101 10011011 100011 1000010 0 100111 100001100 110001 101001

Color Harmonies of #64359B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64359B

Black with #64359B

Text Example


Text Example

White with #64359B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64359B; }

 p { color: rgb(100,53,155); }

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

background-color css

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

 a { background-color: rgb(100,53,155); }

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

border-color css

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

 span { border-color: rgb(100,53,155); }

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