Html Css Color HEX #6B459F Royal Purple

📋 copy color: '#6B459F'

red 107 ◦ green 69 ◦ blue 159

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

Shades of Royal Purple #6B459F

Tints of Royal Purple #6B459F

RGB

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

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

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

R = 31.94%
G = 20.6%
B = 47.46%

CMYK

 C value IS 0.33

 M value IS 0.57

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6B459F (or 0x6B459F) is known color: Royal Purple. HEX triplet: 6B, 45 and 9F. RGB value is (107,69,159). Sum of RGB (Red+Green+Blue) = 107+69+159=335 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.94% from 335); Green value is 69 (27.34% from 255 or 20.60% from 335); Blue value is 159 (62.5% from 255 or 47.46% from 335); Max value from RGB is 159 - color contains mainly: blue. Hex color #6B459F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B459F is #94BA60. Grayscale: #5A5A5A. Windows color (decimal): -9747041 or 10437995. OLE color: 10437995.

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

Color convert

RGB 107 69 159 -
CMYK 0.33 0.57 0 0.38
HSL 265.33º 0.39% 0.45% -
HSV(B) 265.33º 0.57% 0.62% -
XYZ 14.45 9.89 33.95 -
YUV 90.62 166.59 139.68 -
System Red Green Blue C M Y K H S L
Decimal 107 69 159 0.33 0.57 0 0.38 265.33 0.39 0.45
Hex 6B 45 9F 21 39 0 26 109 27 2D
Octal 153 105 237 41 71 0 46 411 47 55
Binary 1101011 1000101 10011111 100001 111001 0 100110 100001001 100111 101101

Color Harmonies of #6B459F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B459F

Black with #6B459F

Text Example


Text Example

White with #6B459F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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