Html Css Color HEX #6B479F Royal Purple

📋 copy color: '#6B479F'

red 107 ◦ green 71 ◦ blue 159

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

Shades of Royal Purple #6B479F

Tints of Royal Purple #6B479F

RGB

 RED value IS 107 (42.19% from 255) = 31.75%

 GREEN value IS 71 (28.13% from 255) = 21.07%

 BLUE value IS 159 (62.5% from 255) = 47.18%

R = 31.75%
G = 21.07%
B = 47.18%

CMYK

 C value IS 0.33

 M value IS 0.55

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6B479F (or 0x6B479F) is known color: Royal Purple. HEX triplet: 6B, 47 and 9F. RGB value is (107,71,159). Sum of RGB (Red+Green+Blue) = 107+71+159=337 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.75% from 337); Green value is 71 (28.12% from 255 or 21.07% from 337); Blue value is 159 (62.5% from 255 or 47.18% from 337); Max value from RGB is 159 - color contains mainly: blue. Hex color #6B479F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B479F is #94B860. Grayscale: #5B5B5B. Windows color (decimal): -9746529 or 10438507. OLE color: 10438507.

HSL color Cylindrical-coordinate representation of color #6B479F: hue angle of 264.55º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6B479F is Cyan = 0.33, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 107 71 159 -
CMYK 0.33 0.55 0 0.38
HSL 264.55º 0.38% 0.45% -
HSV(B) 264.55º 0.55% 0.62% -
XYZ 14.57 10.14 33.99 -
YUV 91.8 165.93 138.84 -
System Red Green Blue C M Y K H S L
Decimal 107 71 159 0.33 0.55 0 0.38 264.55 0.38 0.45
Hex 6B 47 9F 21 37 0 26 109 26 2D
Octal 153 107 237 41 67 0 46 411 46 55
Binary 1101011 1000111 10011111 100001 110111 0 100110 100001001 100110 101101

Color Harmonies of #6B479F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B479F

Black with #6B479F

Text Example


Text Example

White with #6B479F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,71,159); }

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

background-color css

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

 a { background-color: rgb(107,71,159); }

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

border-color css

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

 span { border-color: rgb(107,71,159); }

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