Html Css Color HEX #65229B Royal Purple

📋 copy color: '#65229B'

red 101 ◦ green 34 ◦ blue 155

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

Shades of Royal Purple #65229B

Tints of Royal Purple #65229B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.72%

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

R = 34.83%
G = 11.72%
B = 53.45%

CMYK

 C value IS 0.35

 M value IS 0.78

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#65229B (or 0x65229B) is known color: Royal Purple. HEX triplet: 65, 22 and 9B. RGB value is (101,34,155). Sum of RGB (Red+Green+Blue) = 101+34+155=290 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.83% from 290); Green value is 34 (13.67% from 255 or 11.72% from 290); Blue value is 155 (60.94% from 255 or 53.45% from 290); Max value from RGB is 155 - color contains mainly: blue. Hex color #65229B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65229B is #9ADD64. Grayscale: #434343. Windows color (decimal): -10149221 or 10166885. OLE color: 10166885.

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

Color convert

RGB 101 34 155 -
CMYK 0.35 0.78 0 0.39
HSL 273.22º 0.64% 0.37% -
HSV(B) 273.22º 0.78% 0.61% -
XYZ 11.86 6.28 31.6 -
YUV 67.83 177.2 151.66 -
System Red Green Blue C M Y K H S L
Decimal 101 34 155 0.35 0.78 0 0.39 273.22 0.64 0.37
Hex 65 22 9B 23 4E 0 27 111 40 25
Octal 145 42 233 43 116 0 47 421 100 45
Binary 1100101 100010 10011011 100011 1001110 0 100111 100010001 1000000 100101

Color Harmonies of #65229B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65229B

Black with #65229B

Text Example


Text Example

White with #65229B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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