Html Css Color HEX #6C025F Palatinate Purple

📋 copy color: '#6C025F'

red 108 ◦ green 2 ◦ blue 95

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

Shades of Palatinate Purple #6C025F

Tints of Palatinate Purple #6C025F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.98%

 BLUE value IS 95 (37.5% from 255) = 46.34%

R = 52.68%
G = 0.98%
B = 46.34%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.12

 K value IS 0.58

RGB Variations

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

Color information

#6C025F (or 0x6C025F) is known color: Palatinate Purple. HEX triplet: 6C, 02 and 5F. RGB value is (108,2,95). Sum of RGB (Red+Green+Blue) = 108+2+95=205 (27% of max value = 765). Red value is 108 (42.58% from 255 or 52.68% from 205); Green value is 2 (1.17% from 255 or 0.98% from 205); Blue value is 95 (37.5% from 255 or 46.34% from 205); Max value from RGB is 108 - color contains mainly: red. Hex color #6C025F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C025F is #93FDA0. Grayscale: #2C2C2C. Windows color (decimal): -9698721 or 6226540. OLE color: 6226540.

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

Color convert

RGB 108 2 95 -
CMYK 0 0.98 0.12 0.58
HSL 307.36º 0.96% 0.22% -
HSV(B) 307.36º 0.98% 0.42% -
XYZ 8.27 4.06 11.17 -
YUV 44.3 156.62 173.44 -
System Red Green Blue C M Y K H S L
Decimal 108 2 95 0 0.98 0.12 0.58 307.36 0.96 0.22
Hex 6C 2 5F 0 62 C 3A 133 60 16
Octal 154 2 137 0 142 14 72 463 140 26
Binary 1101100 10 1011111 0 1100010 1100 111010 100110011 1100000 10110

Color Harmonies of #6C025F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C025F

Black with #6C025F

Text Example


Text Example

White with #6C025F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,2,95); }

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

background-color css

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

 a { background-color: rgb(108,2,95); }

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

border-color css

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

 span { border-color: rgb(108,2,95); }

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