Html Css Color HEX #6C359B Royal Purple

📋 copy color: '#6C359B'

red 108 ◦ green 53 ◦ blue 155

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

Shades of Royal Purple #6C359B

Tints of Royal Purple #6C359B

RGB

 RED value IS 108 (42.58% from 255) = 34.18%

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

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

R = 34.18%
G = 16.77%
B = 49.05%

CMYK

 C value IS 0.30

 M value IS 0.66

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6C359B (or 0x6C359B) is known color: Royal Purple. HEX triplet: 6C, 35 and 9B. RGB value is (108,53,155). Sum of RGB (Red+Green+Blue) = 108+53+155=316 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.18% from 316); Green value is 53 (21.09% from 255 or 16.77% from 316); Blue value is 155 (60.94% from 255 or 49.05% from 316); Max value from RGB is 155 - color contains mainly: blue. Hex color #6C359B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C359B is #93CA64. Grayscale: #505050. Windows color (decimal): -9685605 or 10171756. OLE color: 10171756.

HSL color Cylindrical-coordinate representation of color #6C359B: hue angle of 272.35º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6C359B is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 108 53 155 -
CMYK 0.30 0.66 0 0.39
HSL 272.35º 0.49% 0.41% -
HSV(B) 272.35º 0.66% 0.61% -
XYZ 13.37 8.1 31.87 -
YUV 81.07 169.72 147.21 -
System Red Green Blue C M Y K H S L
Decimal 108 53 155 0.30 0.66 0 0.39 272.35 0.49 0.41
Hex 6C 35 9B 1E 42 0 27 110 31 29
Octal 154 65 233 36 102 0 47 420 61 51
Binary 1101100 110101 10011011 11110 1000010 0 100111 100010000 110001 101001

Color Harmonies of #6C359B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C359B

Black with #6C359B

Text Example


Text Example

White with #6C359B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,53,155); }

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

background-color css

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

 a { background-color: rgb(108,53,155); }

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

border-color css

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

 span { border-color: rgb(108,53,155); }

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