Html Css Color HEX #6B369E Royal Purple

📋 copy color: '#6B369E'

red 107 ◦ green 54 ◦ blue 158

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

Shades of Royal Purple #6B369E

Tints of Royal Purple #6B369E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.93%

 BLUE value IS 158 (62.11% from 255) = 49.53%

R = 33.54%
G = 16.93%
B = 49.53%

CMYK

 C value IS 0.32

 M value IS 0.66

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6B369E (or 0x6B369E) is known color: Royal Purple. HEX triplet: 6B, 36 and 9E. RGB value is (107,54,158). Sum of RGB (Red+Green+Blue) = 107+54+158=319 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.54% from 319); Green value is 54 (21.48% from 255 or 16.93% from 319); Blue value is 158 (62.11% from 255 or 49.53% from 319); Max value from RGB is 158 - color contains mainly: blue. Hex color #6B369E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B369E is #94C961. Grayscale: #515151. Windows color (decimal): -9750882 or 10368619. OLE color: 10368619.

HSL color Cylindrical-coordinate representation of color #6B369E: hue angle of 270.58º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6B369E is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 107 54 158 -
CMYK 0.32 0.66 0 0.38
HSL 270.58º 0.49% 0.42% -
HSV(B) 270.58º 0.66% 0.62% -
XYZ 13.55 8.23 33.22 -
YUV 81.7 171.06 146.04 -
System Red Green Blue C M Y K H S L
Decimal 107 54 158 0.32 0.66 0 0.38 270.58 0.49 0.42
Hex 6B 36 9E 20 42 0 26 10F 31 2A
Octal 153 66 236 40 102 0 46 417 61 52
Binary 1101011 110110 10011110 100000 1000010 0 100110 100001111 110001 101010

Color Harmonies of #6B369E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B369E

Black with #6B369E

Text Example


Text Example

White with #6B369E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,54,158); }

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

background-color css

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

 a { background-color: rgb(107,54,158); }

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

border-color css

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

 span { border-color: rgb(107,54,158); }

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