Html Css Color HEX #651F9A Royal Purple

📋 copy color: '#651F9A'

red 101 ◦ green 31 ◦ blue 154

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

Shades of Royal Purple #651F9A

Tints of Royal Purple #651F9A

RGB

 RED value IS 101 (39.84% from 255) = 35.31%

 GREEN value IS 31 (12.5% from 255) = 10.84%

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

R = 35.31%
G = 10.84%
B = 53.85%

CMYK

 C value IS 0.34

 M value IS 0.80

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#651F9A (or 0x651F9A) is known color: Royal Purple. HEX triplet: 65, 1F and 9A. RGB value is (101,31,154). Sum of RGB (Red+Green+Blue) = 101+31+154=286 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.31% from 286); Green value is 31 (12.5% from 255 or 10.84% from 286); Blue value is 154 (60.55% from 255 or 53.85% from 286); Max value from RGB is 154 - color contains mainly: blue. Hex color #651F9A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #651F9A is #9AE065. Grayscale: #414141. Windows color (decimal): -10149990 or 10100581. OLE color: 10100581.

HSL color Cylindrical-coordinate representation of color #651F9A: hue angle of 274.15º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #651F9A is Cyan = 0.34, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 101 31 154 -
CMYK 0.34 0.80 0 0.40
HSL 274.15º 0.66% 0.36% -
HSV(B) 274.15º 0.8% 0.6% -
XYZ 11.69 6.08 31.13 -
YUV 65.95 177.69 153 -
System Red Green Blue C M Y K H S L
Decimal 101 31 154 0.34 0.80 0 0.40 274.15 0.66 0.36
Hex 65 1F 9A 22 50 0 28 112 42 24
Octal 145 37 232 42 120 0 50 422 102 44
Binary 1100101 11111 10011010 100010 1010000 0 101000 100010010 1000010 100100

Color Harmonies of #651F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651F9A

Black with #651F9A

Text Example


Text Example

White with #651F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651F9A; }

 p { color: rgb(101,31,154); }

 H1.HeaderClassName
 {
   color: #651F9A;
 }
 .AnyTagClassName
 {
   color: #651F9A;
 }
</style>

background-color css

<style>
 a { background-color: #651F9A; }

 a { background-color: rgb(101,31,154); }

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

border-color css

<style>
 span { border-color: #651F9A; }

 span { border-color: rgb(101,31,154); }

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