Html Css Color HEX #6948A4 Royal Purple

📋 copy color: '#6948A4'

red 105 ◦ green 72 ◦ blue 164

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

Shades of Royal Purple #6948A4

Tints of Royal Purple #6948A4

RGB

 RED value IS 105 (41.41% from 255) = 30.79%

 GREEN value IS 72 (28.52% from 255) = 21.11%

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

R = 30.79%
G = 21.11%
B = 48.09%

CMYK

 C value IS 0.36

 M value IS 0.56

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#6948A4 (or 0x6948A4) is known color: Royal Purple. HEX triplet: 69, 48 and A4. RGB value is (105,72,164). Sum of RGB (Red+Green+Blue) = 105+72+164=341 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.79% from 341); Green value is 72 (28.52% from 255 or 21.11% from 341); Blue value is 164 (64.45% from 255 or 48.09% from 341); Max value from RGB is 164 - color contains mainly: blue. Hex color #6948A4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6948A4 is #96B75B. Grayscale: #5C5C5C. Windows color (decimal): -9877340 or 10766441. OLE color: 10766441.

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

Color convert

RGB 105 72 164 -
CMYK 0.36 0.56 0 0.36
HSL 261.52º 0.39% 0.46% -
HSV(B) 261.52º 0.56% 0.64% -
XYZ 14.84 10.32 36.33 -
YUV 92.36 168.43 137.02 -
System Red Green Blue C M Y K H S L
Decimal 105 72 164 0.36 0.56 0 0.36 261.52 0.39 0.46
Hex 69 48 A4 24 38 0 24 106 27 2E
Octal 151 110 244 44 70 0 44 406 47 56
Binary 1101001 1001000 10100100 100100 111000 0 100100 100000110 100111 101110

Color Harmonies of #6948A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6948A4

Black with #6948A4

Text Example


Text Example

White with #6948A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,72,164); }

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

background-color css

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

 a { background-color: rgb(105,72,164); }

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

border-color css

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

 span { border-color: rgb(105,72,164); }

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