Html Css Color HEX #6B359F Royal Purple

📋 copy color: '#6B359F'

red 107 ◦ green 53 ◦ blue 159

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

Shades of Royal Purple #6B359F

Tints of Royal Purple #6B359F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.61%

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

R = 33.54%
G = 16.61%
B = 49.84%

CMYK

 C value IS 0.33

 M value IS 0.67

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6B359F (or 0x6B359F) is known color: Royal Purple. HEX triplet: 6B, 35 and 9F. RGB value is (107,53,159). Sum of RGB (Red+Green+Blue) = 107+53+159=319 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.54% from 319); Green value is 53 (21.09% from 255 or 16.61% from 319); Blue value is 159 (62.5% from 255 or 49.84% from 319); Max value from RGB is 159 - color contains mainly: blue. Hex color #6B359F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B359F is #94CA60. Grayscale: #505050. Windows color (decimal): -9751137 or 10433899. OLE color: 10433899.

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

Color convert

RGB 107 53 159 -
CMYK 0.33 0.67 0 0.38
HSL 270.57º 0.5% 0.42% -
HSV(B) 270.57º 0.67% 0.62% -
XYZ 13.59 8.18 33.66 -
YUV 81.23 171.89 146.38 -
System Red Green Blue C M Y K H S L
Decimal 107 53 159 0.33 0.67 0 0.38 270.57 0.5 0.42
Hex 6B 35 9F 21 43 0 26 10F 32 2A
Octal 153 65 237 41 103 0 46 417 62 52
Binary 1101011 110101 10011111 100001 1000011 0 100110 100001111 110010 101010

Color Harmonies of #6B359F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B359F

Black with #6B359F

Text Example


Text Example

White with #6B359F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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