Html Css Color HEX #6C249B Royal Purple

📋 copy color: '#6C249B'

red 108 ◦ green 36 ◦ blue 155

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

Shades of Royal Purple #6C249B

Tints of Royal Purple #6C249B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.04%

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

R = 36.12%
G = 12.04%
B = 51.84%

CMYK

 C value IS 0.30

 M value IS 0.77

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6C249B (or 0x6C249B) is known color: Royal Purple. HEX triplet: 6C, 24 and 9B. RGB value is (108,36,155). Sum of RGB (Red+Green+Blue) = 108+36+155=299 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.12% from 299); Green value is 36 (14.45% from 255 or 12.04% from 299); Blue value is 155 (60.94% from 255 or 51.84% from 299); Max value from RGB is 155 - color contains mainly: blue. Hex color #6C249B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C249B is #93DB64. Grayscale: #464646. Windows color (decimal): -9689957 or 10167404. OLE color: 10167404.

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

Color convert

RGB 108 36 155 -
CMYK 0.30 0.77 0 0.39
HSL 276.3º 0.62% 0.37% -
HSV(B) 276.3º 0.77% 0.61% -
XYZ 12.73 6.82 31.66 -
YUV 71.09 175.35 154.32 -
System Red Green Blue C M Y K H S L
Decimal 108 36 155 0.30 0.77 0 0.39 276.3 0.62 0.37
Hex 6C 24 9B 1E 4D 0 27 114 3E 25
Octal 154 44 233 36 115 0 47 424 76 45
Binary 1101100 100100 10011011 11110 1001101 0 100111 100010100 111110 100101

Color Harmonies of #6C249B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C249B

Black with #6C249B

Text Example


Text Example

White with #6C249B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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