Html Css Color HEX #6B459B Royal Purple

📋 copy color: '#6B459B'

red 107 ◦ green 69 ◦ blue 155

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

Shades of Royal Purple #6B459B

Tints of Royal Purple #6B459B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.85%

 BLUE value IS 155 (60.94% from 255) = 46.83%

R = 32.33%
G = 20.85%
B = 46.83%

CMYK

 C value IS 0.31

 M value IS 0.55

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6B459B (or 0x6B459B) is known color: Royal Purple. HEX triplet: 6B, 45 and 9B. RGB value is (107,69,155). Sum of RGB (Red+Green+Blue) = 107+69+155=331 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.33% from 331); Green value is 69 (27.34% from 255 or 20.85% from 331); Blue value is 155 (60.94% from 255 or 46.83% from 331); Max value from RGB is 155 - color contains mainly: blue. Hex color #6B459B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B459B is #94BA64. Grayscale: #595959. Windows color (decimal): -9747045 or 10175851. OLE color: 10175851.

HSL color Cylindrical-coordinate representation of color #6B459B: hue angle of 266.51º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6B459B is Cyan = 0.31, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 107 69 155 -
CMYK 0.31 0.55 0 0.39
HSL 266.51º 0.38% 0.44% -
HSV(B) 266.51º 0.55% 0.61% -
XYZ 14.11 9.75 32.15 -
YUV 90.17 164.59 140.01 -
System Red Green Blue C M Y K H S L
Decimal 107 69 155 0.31 0.55 0 0.39 266.51 0.38 0.44
Hex 6B 45 9B 1F 37 0 27 10B 26 2C
Octal 153 105 233 37 67 0 47 413 46 54
Binary 1101011 1000101 10011011 11111 110111 0 100111 100001011 100110 101100

Color Harmonies of #6B459B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B459B

Black with #6B459B

Text Example


Text Example

White with #6B459B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,69,155); }

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

background-color css

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

 a { background-color: rgb(107,69,155); }

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

border-color css

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

 span { border-color: rgb(107,69,155); }

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