Html Css Color HEX #6145A4 Royal Purple

📋 copy color: '#6145A4'

red 97 ◦ green 69 ◦ blue 164

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

Shades of Royal Purple #6145A4

Tints of Royal Purple #6145A4

RGB

 RED value IS 97 (38.28% from 255) = 29.39%

 GREEN value IS 69 (27.34% from 255) = 20.91%

 BLUE value IS 164 (64.45% from 255) = 49.7%

R = 29.39%
G = 20.91%
B = 49.7%

CMYK

 C value IS 0.41

 M value IS 0.58

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#6145A4 (or 0x6145A4) is known color: Royal Purple. HEX triplet: 61, 45 and A4. RGB value is (97,69,164). Sum of RGB (Red+Green+Blue) = 97+69+164=330 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.39% from 330); Green value is 69 (27.34% from 255 or 20.91% from 330); Blue value is 164 (64.45% from 255 or 49.70% from 330); Max value from RGB is 164 - color contains mainly: blue. Hex color #6145A4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6145A4 is #9EBA5B. Grayscale: #575757. Windows color (decimal): -10402396 or 10765665. OLE color: 10765665.

HSL color Cylindrical-coordinate representation of color #6145A4: hue angle of 257.68º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6145A4 is Cyan = 0.41, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 97 69 164 -
CMYK 0.41 0.58 0 0.36
HSL 257.68º 0.41% 0.46% -
HSV(B) 257.68º 0.58% 0.64% -
XYZ 13.76 9.48 36.23 -
YUV 88.2 170.78 134.28 -
System Red Green Blue C M Y K H S L
Decimal 97 69 164 0.41 0.58 0 0.36 257.68 0.41 0.46
Hex 61 45 A4 29 3A 0 24 102 29 2E
Octal 141 105 244 51 72 0 44 402 51 56
Binary 1100001 1000101 10100100 101001 111010 0 100100 100000010 101001 101110

Color Harmonies of #6145A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6145A4

Black with #6145A4

Text Example


Text Example

White with #6145A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6145A4; }

 p { color: rgb(97,69,164); }

 H1.HeaderClassName
 {
   color: #6145A4;
 }
 .AnyTagClassName
 {
   color: #6145A4;
 }
</style>

background-color css

<style>
 a { background-color: #6145A4; }

 a { background-color: rgb(97,69,164); }

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

border-color css

<style>
 span { border-color: #6145A4; }

 span { border-color: rgb(97,69,164); }

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