Html Css Color HEX #6C269B Royal Purple

📋 copy color: '#6C269B'

red 108 ◦ green 38 ◦ blue 155

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

Shades of Royal Purple #6C269B

Tints of Royal Purple #6C269B

RGB

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

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

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

R = 35.88%
G = 12.62%
B = 51.5%

CMYK

 C value IS 0.30

 M value IS 0.75

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6C269B (or 0x6C269B) is known color: Royal Purple. HEX triplet: 6C, 26 and 9B. RGB value is (108,38,155). Sum of RGB (Red+Green+Blue) = 108+38+155=301 (39% of max value = 765). Red value is 108 (42.58% from 255 or 35.88% from 301); Green value is 38 (15.23% from 255 or 12.62% from 301); Blue value is 155 (60.94% from 255 or 51.50% from 301); Max value from RGB is 155 - color contains mainly: blue. Hex color #6C269B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C269B is #93D964. Grayscale: #474747. Windows color (decimal): -9689445 or 10167916. OLE color: 10167916.

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

Color convert

RGB 108 38 155 -
CMYK 0.30 0.75 0 0.39
HSL 275.9º 0.61% 0.38% -
HSV(B) 275.9º 0.75% 0.61% -
XYZ 12.79 6.94 31.68 -
YUV 72.27 174.69 153.49 -
System Red Green Blue C M Y K H S L
Decimal 108 38 155 0.30 0.75 0 0.39 275.9 0.61 0.38
Hex 6C 26 9B 1E 4B 0 27 114 3D 26
Octal 154 46 233 36 113 0 47 424 75 46
Binary 1101100 100110 10011011 11110 1001011 0 100111 100010100 111101 100110

Color Harmonies of #6C269B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C269B

Black with #6C269B

Text Example


Text Example

White with #6C269B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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