Html Css Color HEX #6D0462 Palatinate Purple

📋 copy color: '#6D0462'

red 109 ◦ green 4 ◦ blue 98

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

Shades of Palatinate Purple #6D0462

Tints of Palatinate Purple #6D0462

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.9%

 BLUE value IS 98 (38.67% from 255) = 46.45%

R = 51.66%
G = 1.9%
B = 46.45%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.10

 K value IS 0.57

RGB Variations

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

Color information

#6D0462 (or 0x6D0462) is known color: Palatinate Purple. HEX triplet: 6D, 04 and 62. RGB value is (109,4,98). Sum of RGB (Red+Green+Blue) = 109+4+98=211 (27% of max value = 765). Red value is 109 (42.97% from 255 or 51.66% from 211); Green value is 4 (1.95% from 255 or 1.90% from 211); Blue value is 98 (38.67% from 255 or 46.45% from 211); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0462 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0462 is #92FB9D. Grayscale: #2D2D2D. Windows color (decimal): -9632670 or 6423661. OLE color: 6423661.

HSL color Cylindrical-coordinate representation of color #6D0462: hue angle of 306.29º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6D0462 is Cyan = 0, Magento = 0.96, Yellow = 0.10 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 4 98 -
CMYK 0 0.96 0.10 0.57
HSL 306.29º 0.93% 0.22% -
HSV(B) 306.29º 0.96% 0.43% -
XYZ 8.55 4.22 11.92 -
YUV 46.11 157.29 172.86 -
System Red Green Blue C M Y K H S L
Decimal 109 4 98 0 0.96 0.10 0.57 306.29 0.93 0.22
Hex 6D 4 62 0 60 A 39 132 5D 16
Octal 155 4 142 0 140 12 71 462 135 26
Binary 1101101 100 1100010 0 1100000 1010 111001 100110010 1011101 10110

Color Harmonies of #6D0462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0462

Black with #6D0462

Text Example


Text Example

White with #6D0462

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,4,98); }

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

background-color css

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

 a { background-color: rgb(109,4,98); }

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

border-color css

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

 span { border-color: rgb(109,4,98); }

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