Html Css Color HEX #6F3BAF Royal Purple

📋 copy color: '#6F3BAF'

red 111 ◦ green 59 ◦ blue 175

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

Shades of Royal Purple #6F3BAF

Tints of Royal Purple #6F3BAF

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.1%

 BLUE value IS 175 (68.75% from 255) = 50.72%

R = 32.17%
G = 17.1%
B = 50.72%

CMYK

 C value IS 0.37

 M value IS 0.66

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6F3BAF (or 0x6F3BAF) is known color: Royal Purple. HEX triplet: 6F, 3B and AF. RGB value is (111,59,175). Sum of RGB (Red+Green+Blue) = 111+59+175=345 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.17% from 345); Green value is 59 (23.44% from 255 or 17.10% from 345); Blue value is 175 (68.75% from 255 or 50.72% from 345); Max value from RGB is 175 - color contains mainly: blue. Hex color #6F3BAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F3BAF is #90C450. Grayscale: #575757. Windows color (decimal): -9487441 or 11484015. OLE color: 11484015.

HSL color Cylindrical-coordinate representation of color #6F3BAF: hue angle of 266.9º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6F3BAF is Cyan = 0.37, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 111 59 175 -
CMYK 0.37 0.66 0 0.31
HSL 266.9º 0.5% 0.46% -
HSV(B) 266.9º 0.66% 0.69% -
XYZ 15.86 9.6 41.58 -
YUV 87.77 177.23 144.57 -
System Red Green Blue C M Y K H S L
Decimal 111 59 175 0.37 0.66 0 0.31 266.9 0.5 0.46
Hex 6F 3B AF 25 42 0 1F 10B 32 2E
Octal 157 73 257 45 102 0 37 413 62 56
Binary 1101111 111011 10101111 100101 1000010 0 11111 100001011 110010 101110

Color Harmonies of #6F3BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3BAF

Black with #6F3BAF

Text Example


Text Example

White with #6F3BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,59,175); }

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

background-color css

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

 a { background-color: rgb(111,59,175); }

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

border-color css

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

 span { border-color: rgb(111,59,175); }

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