Html Css Color HEX #6F36AB Royal Purple

📋 copy color: '#6F36AB'

red 111 ◦ green 54 ◦ blue 171

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

Shades of Royal Purple #6F36AB

Tints of Royal Purple #6F36AB

RGB

 RED value IS 111 (43.75% from 255) = 33.04%

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

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

R = 33.04%
G = 16.07%
B = 50.89%

CMYK

 C value IS 0.35

 M value IS 0.68

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6F36AB (or 0x6F36AB) is known color: Royal Purple. HEX triplet: 6F, 36 and AB. RGB value is (111,54,171). Sum of RGB (Red+Green+Blue) = 111+54+171=336 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.04% from 336); Green value is 54 (21.48% from 255 or 16.07% from 336); Blue value is 171 (67.19% from 255 or 50.89% from 336); Max value from RGB is 171 - color contains mainly: blue. Hex color #6F36AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F36AB is #90C954. Grayscale: #535353. Windows color (decimal): -9488725 or 11220591. OLE color: 11220591.

HSL color Cylindrical-coordinate representation of color #6F36AB: hue angle of 269.23º 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 #6F36AB is Cyan = 0.35, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 111 54 171 -
CMYK 0.35 0.68 0 0.33
HSL 269.23º 0.52% 0.44% -
HSV(B) 269.23º 0.68% 0.67% -
XYZ 15.23 8.96 39.45 -
YUV 84.38 176.88 146.99 -
System Red Green Blue C M Y K H S L
Decimal 111 54 171 0.35 0.68 0 0.33 269.23 0.52 0.44
Hex 6F 36 AB 23 44 0 21 10D 34 2C
Octal 157 66 253 43 104 0 41 415 64 54
Binary 1101111 110110 10101011 100011 1000100 0 100001 100001101 110100 101100

Color Harmonies of #6F36AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F36AB

Black with #6F36AB

Text Example


Text Example

White with #6F36AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6F36AB; }

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

 H1.HeaderClassName
 {
   color: #6F36AB;
 }
 .AnyTagClassName
 {
   color: #6F36AB;
 }
</style>

background-color css

<style>
 a { background-color: #6F36AB; }

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

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

border-color css

<style>
 span { border-color: #6F36AB; }

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

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