Html Css Color HEX #65269F Royal Purple

📋 copy color: '#65269F'

red 101 ◦ green 38 ◦ blue 159

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

Shades of Royal Purple #65269F

Tints of Royal Purple #65269F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.75%

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

R = 33.89%
G = 12.75%
B = 53.36%

CMYK

 C value IS 0.36

 M value IS 0.76

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#65269F (or 0x65269F) is known color: Royal Purple. HEX triplet: 65, 26 and 9F. RGB value is (101,38,159). Sum of RGB (Red+Green+Blue) = 101+38+159=298 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.89% from 298); Green value is 38 (15.23% from 255 or 12.75% from 298); Blue value is 159 (62.5% from 255 or 53.36% from 298); Max value from RGB is 159 - color contains mainly: blue. Hex color #65269F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65269F is #9AD960. Grayscale: #464646. Windows color (decimal): -10148193 or 10430053. OLE color: 10430053.

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

Color convert

RGB 101 38 159 -
CMYK 0.36 0.76 0 0.38
HSL 271.24º 0.61% 0.39% -
HSV(B) 271.24º 0.76% 0.62% -
XYZ 12.32 6.66 33.44 -
YUV 70.63 177.87 149.66 -
System Red Green Blue C M Y K H S L
Decimal 101 38 159 0.36 0.76 0 0.38 271.24 0.61 0.39
Hex 65 26 9F 24 4C 0 26 10F 3D 27
Octal 145 46 237 44 114 0 46 417 75 47
Binary 1100101 100110 10011111 100100 1001100 0 100110 100001111 111101 100111

Color Harmonies of #65269F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65269F

Black with #65269F

Text Example


Text Example

White with #65269F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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