Html Css Color HEX #6B239D Royal Purple

📋 copy color: '#6B239D'

red 107 ◦ green 35 ◦ blue 157

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

Shades of Royal Purple #6B239D

Tints of Royal Purple #6B239D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.71%

 BLUE value IS 157 (61.72% from 255) = 52.51%

R = 35.79%
G = 11.71%
B = 52.51%

CMYK

 C value IS 0.32

 M value IS 0.78

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6B239D (or 0x6B239D) is known color: Royal Purple. HEX triplet: 6B, 23 and 9D. RGB value is (107,35,157). Sum of RGB (Red+Green+Blue) = 107+35+157=299 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.79% from 299); Green value is 35 (14.06% from 255 or 11.71% from 299); Blue value is 157 (61.72% from 255 or 52.51% from 299); Max value from RGB is 157 - color contains mainly: blue. Hex color #6B239D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B239D is #94DC62. Grayscale: #464646. Windows color (decimal): -9755747 or 10298219. OLE color: 10298219.

HSL color Cylindrical-coordinate representation of color #6B239D: hue angle of 275.41º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6B239D is Cyan = 0.32, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 107 35 157 -
CMYK 0.32 0.78 0 0.38
HSL 275.41º 0.64% 0.38% -
HSV(B) 275.41º 0.78% 0.62% -
XYZ 12.75 6.76 32.53 -
YUV 70.44 176.85 154.08 -
System Red Green Blue C M Y K H S L
Decimal 107 35 157 0.32 0.78 0 0.38 275.41 0.64 0.38
Hex 6B 23 9D 20 4E 0 26 113 40 26
Octal 153 43 235 40 116 0 46 423 100 46
Binary 1101011 100011 10011101 100000 1001110 0 100110 100010011 1000000 100110

Color Harmonies of #6B239D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B239D

Black with #6B239D

Text Example


Text Example

White with #6B239D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,35,157); }

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

background-color css

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

 a { background-color: rgb(107,35,157); }

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

border-color css

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

 span { border-color: rgb(107,35,157); }

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