Html Css Color HEX #6B3792 Royal Purple

📋 copy color: '#6B3792'

red 107 ◦ green 55 ◦ blue 146

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

Shades of Royal Purple #6B3792

Tints of Royal Purple #6B3792

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.86%

 BLUE value IS 146 (57.42% from 255) = 47.4%

R = 34.74%
G = 17.86%
B = 47.4%

CMYK

 C value IS 0.27

 M value IS 0.62

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6B3792 (or 0x6B3792) is known color: Royal Purple. HEX triplet: 6B, 37 and 92. RGB value is (107,55,146). Sum of RGB (Red+Green+Blue) = 107+55+146=308 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.74% from 308); Green value is 55 (21.88% from 255 or 17.86% from 308); Blue value is 146 (57.42% from 255 or 47.40% from 308); Max value from RGB is 146 - color contains mainly: blue. Hex color #6B3792 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B3792 is #94C86D. Grayscale: #505050. Windows color (decimal): -9750638 or 9582443. OLE color: 9582443.

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

Color convert

RGB 107 55 146 -
CMYK 0.27 0.62 0 0.43
HSL 274.29º 0.45% 0.39% -
HSV(B) 274.29º 0.62% 0.57% -
XYZ 12.62 7.93 28.06 -
YUV 80.92 164.73 146.6 -
System Red Green Blue C M Y K H S L
Decimal 107 55 146 0.27 0.62 0 0.43 274.29 0.45 0.39
Hex 6B 37 92 1B 3E 0 2B 112 2D 27
Octal 153 67 222 33 76 0 53 422 55 47
Binary 1101011 110111 10010010 11011 111110 0 101011 100010010 101101 100111

Color Harmonies of #6B3792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3792

Black with #6B3792

Text Example


Text Example

White with #6B3792

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,55,146); }

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

background-color css

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

 a { background-color: rgb(107,55,146); }

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

border-color css

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

 span { border-color: rgb(107,55,146); }

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