Html Css Color HEX #65279F Royal Purple

📋 copy color: '#65279F'

red 101 ◦ green 39 ◦ blue 159

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

Shades of Royal Purple #65279F

Tints of Royal Purple #65279F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 53.18%

R = 33.78%
G = 13.04%
B = 53.18%

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

#65279F (or 0x65279F) is known color: Royal Purple. HEX triplet: 65, 27 and 9F. RGB value is (101,39,159). Sum of RGB (Red+Green+Blue) = 101+39+159=299 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.78% from 299); Green value is 39 (15.62% from 255 or 13.04% from 299); Blue value is 159 (62.5% from 255 or 53.18% from 299); Max value from RGB is 159 - color contains mainly: blue. Hex color #65279F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65279F is #9AD860. Grayscale: #464646. Windows color (decimal): -10147937 or 10430309. OLE color: 10430309.

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

Color convert

RGB 101 39 159 -
CMYK 0.36 0.75 0 0.38
HSL 271º 0.61% 0.39% -
HSV(B) 271º 0.75% 0.62% -
XYZ 12.35 6.72 33.45 -
YUV 71.22 177.54 149.24 -
System Red Green Blue C M Y K H S L
Decimal 101 39 159 0.36 0.75 0 0.38 271 0.61 0.39
Hex 65 27 9F 24 4B 0 26 10F 3D 27
Octal 145 47 237 44 113 0 46 417 75 47
Binary 1100101 100111 10011111 100100 1001011 0 100110 100001111 111101 100111

Color Harmonies of #65279F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65279F

Black with #65279F

Text Example


Text Example

White with #65279F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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