Html Css Color HEX #65229F Royal Purple

📋 copy color: '#65229F'

red 101 ◦ green 34 ◦ blue 159

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

Shades of Royal Purple #65229F

Tints of Royal Purple #65229F

RGB

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

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

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

R = 34.35%
G = 11.56%
B = 54.08%

CMYK

 C value IS 0.36

 M value IS 0.79

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#65229F (or 0x65229F) is known color: Royal Purple. HEX triplet: 65, 22 and 9F. RGB value is (101,34,159). Sum of RGB (Red+Green+Blue) = 101+34+159=294 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.35% from 294); Green value is 34 (13.67% from 255 or 11.56% from 294); Blue value is 159 (62.5% from 255 or 54.08% from 294); Max value from RGB is 159 - color contains mainly: blue. Hex color #65229F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65229F is #9ADD60. Grayscale: #434343. Windows color (decimal): -10149217 or 10429029. OLE color: 10429029.

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

Color convert

RGB 101 34 159 -
CMYK 0.36 0.79 0 0.38
HSL 272.16º 0.65% 0.38% -
HSV(B) 272.16º 0.79% 0.62% -
XYZ 12.2 6.41 33.4 -
YUV 68.28 179.2 151.34 -
System Red Green Blue C M Y K H S L
Decimal 101 34 159 0.36 0.79 0 0.38 272.16 0.65 0.38
Hex 65 22 9F 24 4F 0 26 110 41 26
Octal 145 42 237 44 117 0 46 420 101 46
Binary 1100101 100010 10011111 100100 1001111 0 100110 100010000 1000001 100110

Color Harmonies of #65229F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65229F

Black with #65229F

Text Example


Text Example

White with #65229F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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