Html Css Color HEX #6836AB Royal Purple

📋 copy color: '#6836AB'

red 104 ◦ green 54 ◦ blue 171

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

Shades of Royal Purple #6836AB

Tints of Royal Purple #6836AB

RGB

 RED value IS 104 (41.02% from 255) = 31.61%

 GREEN value IS 54 (21.48% from 255) = 16.41%

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

R = 31.61%
G = 16.41%
B = 51.98%

CMYK

 C value IS 0.39

 M value IS 0.68

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6836AB (or 0x6836AB) is known color: Royal Purple. HEX triplet: 68, 36 and AB. RGB value is (104,54,171). Sum of RGB (Red+Green+Blue) = 104+54+171=329 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.61% from 329); Green value is 54 (21.48% from 255 or 16.41% from 329); Blue value is 171 (67.19% from 255 or 51.98% from 329); Max value from RGB is 171 - color contains mainly: blue. Hex color #6836AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6836AB is #97C954. Grayscale: #515151. Windows color (decimal): -9947477 or 11220584. OLE color: 11220584.

HSL color Cylindrical-coordinate representation of color #6836AB: hue angle of 265.64º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6836AB is Cyan = 0.39, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 104 54 171 -
CMYK 0.39 0.68 0 0.33
HSL 265.64º 0.52% 0.44% -
HSV(B) 265.64º 0.68% 0.67% -
XYZ 14.38 8.52 39.42 -
YUV 82.29 178.07 143.49 -
System Red Green Blue C M Y K H S L
Decimal 104 54 171 0.39 0.68 0 0.33 265.64 0.52 0.44
Hex 68 36 AB 27 44 0 21 10A 34 2C
Octal 150 66 253 47 104 0 41 412 64 54
Binary 1101000 110110 10101011 100111 1000100 0 100001 100001010 110100 101100

Color Harmonies of #6836AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6836AB

Black with #6836AB

Text Example


Text Example

White with #6836AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,54,171); }

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

background-color css

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

 a { background-color: rgb(104,54,171); }

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

border-color css

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

 span { border-color: rgb(104,54,171); }

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