Html Css Color HEX #6F38AB Royal Purple

📋 copy color: '#6F38AB'

red 111 ◦ green 56 ◦ blue 171

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

Shades of Royal Purple #6F38AB

Tints of Royal Purple #6F38AB

RGB

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

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

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

R = 32.84%
G = 16.57%
B = 50.59%

CMYK

 C value IS 0.35

 M value IS 0.67

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6F38AB (or 0x6F38AB) is known color: Royal Purple. HEX triplet: 6F, 38 and AB. RGB value is (111,56,171). Sum of RGB (Red+Green+Blue) = 111+56+171=338 (44% of max value = 765). Red value is 111 (43.75% from 255 or 32.84% from 338); Green value is 56 (22.27% from 255 or 16.57% from 338); Blue value is 171 (67.19% from 255 or 50.59% from 338); Max value from RGB is 171 - color contains mainly: blue. Hex color #6F38AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F38AB is #90C754. Grayscale: #555555. Windows color (decimal): -9488213 or 11221103. OLE color: 11221103.

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

Color convert

RGB 111 56 171 -
CMYK 0.35 0.67 0 0.33
HSL 268.7º 0.51% 0.45% -
HSV(B) 268.7º 0.67% 0.67% -
XYZ 15.32 9.15 39.49 -
YUV 85.56 176.22 146.15 -
System Red Green Blue C M Y K H S L
Decimal 111 56 171 0.35 0.67 0 0.33 268.7 0.51 0.45
Hex 6F 38 AB 23 43 0 21 10D 33 2D
Octal 157 70 253 43 103 0 41 415 63 55
Binary 1101111 111000 10101011 100011 1000011 0 100001 100001101 110011 101101

Color Harmonies of #6F38AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F38AB

Black with #6F38AB

Text Example


Text Example

White with #6F38AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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