Html Css Color HEX #65239B Royal Purple

📋 copy color: '#65239B'

red 101 ◦ green 35 ◦ blue 155

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

Shades of Royal Purple #65239B

Tints of Royal Purple #65239B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.03%

 BLUE value IS 155 (60.94% from 255) = 53.26%

R = 34.71%
G = 12.03%
B = 53.26%

CMYK

 C value IS 0.35

 M value IS 0.77

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#65239B (or 0x65239B) is known color: Royal Purple. HEX triplet: 65, 23 and 9B. RGB value is (101,35,155). Sum of RGB (Red+Green+Blue) = 101+35+155=291 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.71% from 291); Green value is 35 (14.06% from 255 or 12.03% from 291); Blue value is 155 (60.94% from 255 or 53.26% from 291); Max value from RGB is 155 - color contains mainly: blue. Hex color #65239B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65239B is #9ADC64. Grayscale: #444444. Windows color (decimal): -10148965 or 10167141. OLE color: 10167141.

HSL color Cylindrical-coordinate representation of color #65239B: hue angle of 273º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #65239B is Cyan = 0.35, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 101 35 155 -
CMYK 0.35 0.77 0 0.39
HSL 273º 0.63% 0.37% -
HSV(B) 273º 0.77% 0.61% -
XYZ 11.88 6.34 31.61 -
YUV 68.41 176.87 151.24 -
System Red Green Blue C M Y K H S L
Decimal 101 35 155 0.35 0.77 0 0.39 273 0.63 0.37
Hex 65 23 9B 23 4D 0 27 111 3F 25
Octal 145 43 233 43 115 0 47 421 77 45
Binary 1100101 100011 10011011 100011 1001101 0 100111 100010001 111111 100101

Color Harmonies of #65239B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65239B

Black with #65239B

Text Example


Text Example

White with #65239B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65239B; }

 p { color: rgb(101,35,155); }

 H1.HeaderClassName
 {
   color: #65239B;
 }
 .AnyTagClassName
 {
   color: #65239B;
 }
</style>

background-color css

<style>
 a { background-color: #65239B; }

 a { background-color: rgb(101,35,155); }

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

border-color css

<style>
 span { border-color: #65239B; }

 span { border-color: rgb(101,35,155); }

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