Html Css Color HEX #6938AC Royal Purple

📋 copy color: '#6938AC'

red 105 ◦ green 56 ◦ blue 172

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

Shades of Royal Purple #6938AC

Tints of Royal Purple #6938AC

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.82%

 BLUE value IS 172 (67.58% from 255) = 51.65%

R = 31.53%
G = 16.82%
B = 51.65%

CMYK

 C value IS 0.39

 M value IS 0.67

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6938AC (or 0x6938AC) is known color: Royal Purple. HEX triplet: 69, 38 and AC. RGB value is (105,56,172). Sum of RGB (Red+Green+Blue) = 105+56+172=333 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.53% from 333); Green value is 56 (22.27% from 255 or 16.82% from 333); Blue value is 172 (67.58% from 255 or 51.65% from 333); Max value from RGB is 172 - color contains mainly: blue. Hex color #6938AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6938AC is #96C753. Grayscale: #535353. Windows color (decimal): -9881428 or 11286633. OLE color: 11286633.

HSL color Cylindrical-coordinate representation of color #6938AC: hue angle of 265.34º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6938AC is Cyan = 0.39, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 105 56 172 -
CMYK 0.39 0.67 0 0.33
HSL 265.34º 0.51% 0.45% -
HSV(B) 265.34º 0.67% 0.67% -
XYZ 14.69 8.81 39.96 -
YUV 83.88 177.73 143.07 -
System Red Green Blue C M Y K H S L
Decimal 105 56 172 0.39 0.67 0 0.33 265.34 0.51 0.45
Hex 69 38 AC 27 43 0 21 109 33 2D
Octal 151 70 254 47 103 0 41 411 63 55
Binary 1101001 111000 10101100 100111 1000011 0 100001 100001001 110011 101101

Color Harmonies of #6938AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6938AC

Black with #6938AC

Text Example


Text Example

White with #6938AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6938AC; }

 p { color: rgb(105,56,172); }

 H1.HeaderClassName
 {
   color: #6938AC;
 }
 .AnyTagClassName
 {
   color: #6938AC;
 }
</style>

background-color css

<style>
 a { background-color: #6938AC; }

 a { background-color: rgb(105,56,172); }

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

border-color css

<style>
 span { border-color: #6938AC; }

 span { border-color: rgb(105,56,172); }

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