Html Css Color HEX #61279B Royal Purple

📋 copy color: '#61279B'

red 97 ◦ green 39 ◦ blue 155

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

Shades of Royal Purple #61279B

Tints of Royal Purple #61279B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.4%

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

R = 33.33%
G = 13.4%
B = 53.26%

CMYK

 C value IS 0.37

 M value IS 0.75

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#61279B (or 0x61279B) is known color: Royal Purple. HEX triplet: 61, 27 and 9B. RGB value is (97,39,155). Sum of RGB (Red+Green+Blue) = 97+39+155=291 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.33% from 291); Green value is 39 (15.62% from 255 or 13.40% from 291); Blue value is 155 (60.94% from 255 or 53.26% from 291); Max value from RGB is 155 - color contains mainly: blue. Hex color #61279B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61279B is #9ED864. Grayscale: #454545. Windows color (decimal): -10410085 or 10168161. OLE color: 10168161.

HSL color Cylindrical-coordinate representation of color #61279B: hue angle of 270º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #61279B is Cyan = 0.37, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 97 39 155 -
CMYK 0.37 0.75 0 0.39
HSL 270º 0.6% 0.38% -
HSV(B) 270º 0.75% 0.61% -
XYZ 11.57 6.36 31.63 -
YUV 69.57 176.22 147.57 -
System Red Green Blue C M Y K H S L
Decimal 97 39 155 0.37 0.75 0 0.39 270 0.6 0.38
Hex 61 27 9B 25 4B 0 27 10E 3C 26
Octal 141 47 233 45 113 0 47 416 74 46
Binary 1100001 100111 10011011 100101 1001011 0 100111 100001110 111100 100110

Color Harmonies of #61279B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61279B

Black with #61279B

Text Example


Text Example

White with #61279B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,39,155); }

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

background-color css

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

 a { background-color: rgb(97,39,155); }

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

border-color css

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

 span { border-color: rgb(97,39,155); }

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