Html Css Color HEX #65429F Royal Purple

📋 copy color: '#65429F'

red 101 ◦ green 66 ◦ blue 159

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

Shades of Royal Purple #65429F

Tints of Royal Purple #65429F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.25%

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

R = 30.98%
G = 20.25%
B = 48.77%

CMYK

 C value IS 0.36

 M value IS 0.58

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#65429F (or 0x65429F) is known color: Royal Purple. HEX triplet: 65, 42 and 9F. RGB value is (101,66,159). Sum of RGB (Red+Green+Blue) = 101+66+159=326 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.98% from 326); Green value is 66 (26.17% from 255 or 20.25% from 326); Blue value is 159 (62.5% from 255 or 48.77% from 326); Max value from RGB is 159 - color contains mainly: blue. Hex color #65429F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65429F is #9ABD60. Grayscale: #565656. Windows color (decimal): -10141025 or 10437221. OLE color: 10437221.

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

Color convert

RGB 101 66 159 -
CMYK 0.36 0.58 0 0.38
HSL 262.58º 0.41% 0.44% -
HSV(B) 262.58º 0.58% 0.62% -
XYZ 13.57 9.17 33.85 -
YUV 87.07 168.6 137.94 -
System Red Green Blue C M Y K H S L
Decimal 101 66 159 0.36 0.58 0 0.38 262.58 0.41 0.44
Hex 65 42 9F 24 3A 0 26 107 29 2C
Octal 145 102 237 44 72 0 46 407 51 54
Binary 1100101 1000010 10011111 100100 111010 0 100110 100000111 101001 101100

Color Harmonies of #65429F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65429F

Black with #65429F

Text Example


Text Example

White with #65429F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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