Html Css Color HEX #6938AB Royal Purple

📋 copy color: '#6938AB'

red 105 ◦ green 56 ◦ blue 171

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

Shades of Royal Purple #6938AB

Tints of Royal Purple #6938AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 51.51%

R = 31.63%
G = 16.87%
B = 51.51%

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

#6938AB (or 0x6938AB) is known color: Royal Purple. HEX triplet: 69, 38 and AB. RGB value is (105,56,171). Sum of RGB (Red+Green+Blue) = 105+56+171=332 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.63% from 332); Green value is 56 (22.27% from 255 or 16.87% from 332); Blue value is 171 (67.19% from 255 or 51.51% from 332); Max value from RGB is 171 - color contains mainly: blue. Hex color #6938AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6938AB is #96C754. Grayscale: #535353. Windows color (decimal): -9881429 or 11221097. OLE color: 11221097.

HSL color Cylindrical-coordinate representation of color #6938AB: hue angle of 265.57º 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 #6938AB is Cyan = 0.39, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 105 56 171 -
CMYK 0.39 0.67 0 0.33
HSL 265.57º 0.51% 0.45% -
HSV(B) 265.57º 0.67% 0.67% -
XYZ 14.59 8.77 39.45 -
YUV 83.76 177.23 143.15 -
System Red Green Blue C M Y K H S L
Decimal 105 56 171 0.39 0.67 0 0.33 265.57 0.51 0.45
Hex 69 38 AB 27 43 0 21 10A 33 2D
Octal 151 70 253 47 103 0 41 412 63 55
Binary 1101001 111000 10101011 100111 1000011 0 100001 100001010 110011 101101

Color Harmonies of #6938AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6938AB

Black with #6938AB

Text Example


Text Example

White with #6938AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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