Html Css Color HEX #61339C Royal Purple

📋 copy color: '#61339C'

red 97 ◦ green 51 ◦ blue 156

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

Shades of Royal Purple #61339C

Tints of Royal Purple #61339C

RGB

 RED value IS 97 (38.28% from 255) = 31.91%

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

 BLUE value IS 156 (61.33% from 255) = 51.32%

R = 31.91%
G = 16.78%
B = 51.32%

CMYK

 C value IS 0.38

 M value IS 0.67

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#61339C (or 0x61339C) is known color: Royal Purple. HEX triplet: 61, 33 and 9C. RGB value is (97,51,156). Sum of RGB (Red+Green+Blue) = 97+51+156=304 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.91% from 304); Green value is 51 (20.31% from 255 or 16.78% from 304); Blue value is 156 (61.33% from 255 or 51.32% from 304); Max value from RGB is 156 - color contains mainly: blue. Hex color #61339C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61339C is #9ECC63. Grayscale: #4C4C4C. Windows color (decimal): -10407012 or 10236769. OLE color: 10236769.

HSL color Cylindrical-coordinate representation of color #61339C: hue angle of 266.29º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #61339C is Cyan = 0.38, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 97 51 156 -
CMYK 0.38 0.67 0 0.39
HSL 266.29º 0.51% 0.41% -
HSV(B) 266.29º 0.67% 0.61% -
XYZ 12.11 7.31 32.22 -
YUV 76.72 172.74 142.46 -
System Red Green Blue C M Y K H S L
Decimal 97 51 156 0.38 0.67 0 0.39 266.29 0.51 0.41
Hex 61 33 9C 26 43 0 27 10A 33 29
Octal 141 63 234 46 103 0 47 412 63 51
Binary 1100001 110011 10011100 100110 1000011 0 100111 100001010 110011 101001

Color Harmonies of #61339C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61339C

Black with #61339C

Text Example


Text Example

White with #61339C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61339C; }

 p { color: rgb(97,51,156); }

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

background-color css

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

 a { background-color: rgb(97,51,156); }

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

border-color css

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

 span { border-color: rgb(97,51,156); }

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