Html Css Color HEX #6B025C Palatinate Purple

📋 copy color: '#6B025C'

red 107 ◦ green 2 ◦ blue 92

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

Shades of Palatinate Purple #6B025C

Tints of Palatinate Purple #6B025C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 45.77%

R = 53.23%
G = 1%
B = 45.77%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.14

 K value IS 0.58

RGB Variations

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

Color information

#6B025C (or 0x6B025C) is known color: Palatinate Purple. HEX triplet: 6B, 02 and 5C. RGB value is (107,2,92). Sum of RGB (Red+Green+Blue) = 107+2+92=201 (26% of max value = 765). Red value is 107 (42.19% from 255 or 53.23% from 201); Green value is 2 (1.17% from 255 or 1.00% from 201); Blue value is 92 (36.33% from 255 or 45.77% from 201); Max value from RGB is 107 - color contains mainly: red. Hex color #6B025C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B025C is #94FDA3. Grayscale: #2B2B2B. Windows color (decimal): -9764260 or 6029931. OLE color: 6029931.

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

Color convert

RGB 107 2 92 -
CMYK 0 0.98 0.14 0.58
HSL 308.57º 0.96% 0.21% -
HSV(B) 308.57º 0.98% 0.42% -
XYZ 8.02 3.94 10.46 -
YUV 43.66 155.29 173.18 -
System Red Green Blue C M Y K H S L
Decimal 107 2 92 0 0.98 0.14 0.58 308.57 0.96 0.21
Hex 6B 2 5C 0 62 E 3A 135 60 15
Octal 153 2 134 0 142 16 72 465 140 25
Binary 1101011 10 1011100 0 1100010 1110 111010 100110101 1100000 10101

Color Harmonies of #6B025C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B025C

Black with #6B025C

Text Example


Text Example

White with #6B025C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,2,92); }

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

background-color css

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

 a { background-color: rgb(107,2,92); }

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

border-color css

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

 span { border-color: rgb(107,2,92); }

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