Html Css Color HEX #65279D Royal Purple

📋 copy color: '#65279D'

red 101 ◦ green 39 ◦ blue 157

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

Shades of Royal Purple #65279D

Tints of Royal Purple #65279D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 52.86%

R = 34.01%
G = 13.13%
B = 52.86%

CMYK

 C value IS 0.36

 M value IS 0.75

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#65279D (or 0x65279D) is known color: Royal Purple. HEX triplet: 65, 27 and 9D. RGB value is (101,39,157). Sum of RGB (Red+Green+Blue) = 101+39+157=297 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.01% from 297); Green value is 39 (15.62% from 255 or 13.13% from 297); Blue value is 157 (61.72% from 255 or 52.86% from 297); Max value from RGB is 157 - color contains mainly: blue. Hex color #65279D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65279D is #9AD862. Grayscale: #464646. Windows color (decimal): -10147939 or 10299237. OLE color: 10299237.

HSL color Cylindrical-coordinate representation of color #65279D: hue angle of 271.53º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #65279D is Cyan = 0.36, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 101 39 157 -
CMYK 0.36 0.75 0 0.38
HSL 271.53º 0.6% 0.38% -
HSV(B) 271.53º 0.75% 0.62% -
XYZ 12.18 6.65 32.54 -
YUV 70.99 176.54 149.41 -
System Red Green Blue C M Y K H S L
Decimal 101 39 157 0.36 0.75 0 0.38 271.53 0.6 0.38
Hex 65 27 9D 24 4B 0 26 110 3C 26
Octal 145 47 235 44 113 0 46 420 74 46
Binary 1100101 100111 10011101 100100 1001011 0 100110 100010000 111100 100110

Color Harmonies of #65279D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65279D

Black with #65279D

Text Example


Text Example

White with #65279D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65279D; }

 p { color: rgb(101,39,157); }

 H1.HeaderClassName
 {
   color: #65279D;
 }
 .AnyTagClassName
 {
   color: #65279D;
 }
</style>

background-color css

<style>
 a { background-color: #65279D; }

 a { background-color: rgb(101,39,157); }

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

border-color css

<style>
 span { border-color: #65279D; }

 span { border-color: rgb(101,39,157); }

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