Html Css Color HEX #6D269C Royal Purple

📋 copy color: '#6D269C'

red 109 ◦ green 38 ◦ blue 156

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

Shades of Royal Purple #6D269C

Tints of Royal Purple #6D269C

RGB

 RED value IS 109 (42.97% from 255) = 35.97%

 GREEN value IS 38 (15.23% from 255) = 12.54%

 BLUE value IS 156 (61.33% from 255) = 51.49%

R = 35.97%
G = 12.54%
B = 51.49%

CMYK

 C value IS 0.30

 M value IS 0.76

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6D269C (or 0x6D269C) is known color: Royal Purple. HEX triplet: 6D, 26 and 9C. RGB value is (109,38,156). Sum of RGB (Red+Green+Blue) = 109+38+156=303 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.97% from 303); Green value is 38 (15.23% from 255 or 12.54% from 303); Blue value is 156 (61.33% from 255 or 51.49% from 303); Max value from RGB is 156 - color contains mainly: blue. Hex color #6D269C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D269C is #92D963. Grayscale: #484848. Windows color (decimal): -9623908 or 10233453. OLE color: 10233453.

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

Color convert

RGB 109 38 156 -
CMYK 0.30 0.76 0 0.39
HSL 276.1º 0.61% 0.38% -
HSV(B) 276.1º 0.76% 0.61% -
XYZ 13 7.04 32.13 -
YUV 72.68 175.02 153.91 -
System Red Green Blue C M Y K H S L
Decimal 109 38 156 0.30 0.76 0 0.39 276.1 0.61 0.38
Hex 6D 26 9C 1E 4C 0 27 114 3D 26
Octal 155 46 234 36 114 0 47 424 75 46
Binary 1101101 100110 10011100 11110 1001100 0 100111 100010100 111101 100110

Color Harmonies of #6D269C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D269C

Black with #6D269C

Text Example


Text Example

White with #6D269C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,38,156); }

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

background-color css

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

 a { background-color: rgb(109,38,156); }

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

border-color css

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

 span { border-color: rgb(109,38,156); }

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