Html Css Color HEX #65429D Royal Purple

📋 copy color: '#65429D'

red 101 ◦ green 66 ◦ blue 157

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

Shades of Royal Purple #65429D

Tints of Royal Purple #65429D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 48.46%

R = 31.17%
G = 20.37%
B = 48.46%

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

#65429D (or 0x65429D) is known color: Royal Purple. HEX triplet: 65, 42 and 9D. RGB value is (101,66,157). Sum of RGB (Red+Green+Blue) = 101+66+157=324 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.17% from 324); Green value is 66 (26.17% from 255 or 20.37% from 324); Blue value is 157 (61.72% from 255 or 48.46% from 324); Max value from RGB is 157 - color contains mainly: blue. Hex color #65429D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65429D is #9ABD62. Grayscale: #565656. Windows color (decimal): -10141027 or 10306149. OLE color: 10306149.

HSL color Cylindrical-coordinate representation of color #65429D: hue angle of 263.08º 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 #65429D is Cyan = 0.36, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 101 66 157 -
CMYK 0.36 0.58 0 0.38
HSL 263.08º 0.41% 0.44% -
HSV(B) 263.08º 0.58% 0.62% -
XYZ 13.4 9.1 32.95 -
YUV 86.84 167.6 138.1 -
System Red Green Blue C M Y K H S L
Decimal 101 66 157 0.36 0.58 0 0.38 263.08 0.41 0.44
Hex 65 42 9D 24 3A 0 26 107 29 2C
Octal 145 102 235 44 72 0 46 407 51 54
Binary 1100101 1000010 10011101 100100 111010 0 100110 100000111 101001 101100

Color Harmonies of #65429D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65429D

Black with #65429D

Text Example


Text Example

White with #65429D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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