Html Css Color HEX #61369A Royal Purple

📋 copy color: '#61369A'

red 97 ◦ green 54 ◦ blue 154

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

Shades of Royal Purple #61369A

Tints of Royal Purple #61369A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.7%

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

R = 31.8%
G = 17.7%
B = 50.49%

CMYK

 C value IS 0.37

 M value IS 0.65

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#61369A (or 0x61369A) is known color: Royal Purple. HEX triplet: 61, 36 and 9A. RGB value is (97,54,154). Sum of RGB (Red+Green+Blue) = 97+54+154=305 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.80% from 305); Green value is 54 (21.48% from 255 or 17.70% 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 #61369A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61369A is #9EC965. Grayscale: #4D4D4D. Windows color (decimal): -10406246 or 10106465. OLE color: 10106465.

HSL color Cylindrical-coordinate representation of color #61369A: hue angle of 265.8º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #61369A is Cyan = 0.37, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 97 54 154 -
CMYK 0.37 0.65 0 0.40
HSL 265.8º 0.48% 0.41% -
HSV(B) 265.8º 0.65% 0.6% -
XYZ 12.08 7.51 31.39 -
YUV 78.26 170.75 141.37 -
System Red Green Blue C M Y K H S L
Decimal 97 54 154 0.37 0.65 0 0.40 265.8 0.48 0.41
Hex 61 36 9A 25 41 0 28 10A 30 29
Octal 141 66 232 45 101 0 50 412 60 51
Binary 1100001 110110 10011010 100101 1000001 0 101000 100001010 110000 101001

Color Harmonies of #61369A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61369A

Black with #61369A

Text Example


Text Example

White with #61369A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,54,154); }

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

background-color css

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

 a { background-color: rgb(97,54,154); }

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

border-color css

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

 span { border-color: rgb(97,54,154); }

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