Html Css Color HEX #6B2F5E Palatinate Purple

📋 copy color: '#6B2F5E'

red 107 ◦ green 47 ◦ blue 94

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

Shades of Palatinate Purple #6B2F5E

Tints of Palatinate Purple #6B2F5E

RGB

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

 GREEN value IS 47 (18.75% from 255) = 18.95%

 BLUE value IS 94 (37.11% from 255) = 37.9%

R = 43.15%
G = 18.95%
B = 37.9%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.12

 K value IS 0.58

RGB Variations

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

Color information

#6B2F5E (or 0x6B2F5E) is known color: Palatinate Purple. HEX triplet: 6B, 2F and 5E. RGB value is (107,47,94). Sum of RGB (Red+Green+Blue) = 107+47+94=248 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.15% from 248); Green value is 47 (18.75% from 255 or 18.95% from 248); Blue value is 94 (37.11% from 255 or 37.90% from 248); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2F5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B2F5E is #94D0A1. Grayscale: #464646. Windows color (decimal): -9752738 or 6172523. OLE color: 6172523.

HSL color Cylindrical-coordinate representation of color #6B2F5E: hue angle of 313º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6B2F5E is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 47 94 -
CMYK 0 0.56 0.12 0.58
HSL 313º 0.39% 0.3% -
HSV(B) 313º 0.56% 0.42% -
XYZ 9.1 5.97 11.26 -
YUV 70.3 141.38 154.18 -
System Red Green Blue C M Y K H S L
Decimal 107 47 94 0 0.56 0.12 0.58 313 0.39 0.3
Hex 6B 2F 5E 0 38 C 3A 139 27 1E
Octal 153 57 136 0 70 14 72 471 47 36
Binary 1101011 101111 1011110 0 111000 1100 111010 100111001 100111 11110

Color Harmonies of #6B2F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B2F5E

Black with #6B2F5E

Text Example


Text Example

White with #6B2F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,47,94); }

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

background-color css

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

 a { background-color: rgb(107,47,94); }

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

border-color css

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

 span { border-color: rgb(107,47,94); }

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