Html Css Color HEX #600268 Purple

📋 copy color: '#600268'

red 96 ◦ green 2 ◦ blue 104

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

Shades of Purple #600268

Tints of Purple #600268

RGB

 RED value IS 96 (37.89% from 255) = 47.52%

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

 BLUE value IS 104 (41.02% from 255) = 51.49%

R = 47.52%
G = 0.99%
B = 51.49%

CMYK

 C value IS 0.08

 M value IS 0.98

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#600268 (or 0x600268) is known color: Purple. HEX triplet: 60, 02 and 68. RGB value is (96,2,104). Sum of RGB (Red+Green+Blue) = 96+2+104=202 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.52% from 202); Green value is 2 (1.17% from 255 or 0.99% from 202); Blue value is 104 (41.02% from 255 or 51.49% from 202); Max value from RGB is 104 - color contains mainly: blue. Hex color #600268 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600268 is #9FFD97. Grayscale: #292929. Windows color (decimal): -10485144 or 6816352. OLE color: 6816352.

HSL color Cylindrical-coordinate representation of color #600268: hue angle of 295.29º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #600268 is Cyan = 0.08, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 96 2 104 -
CMYK 0.08 0.98 0 0.59
HSL 295.29º 0.96% 0.21% -
HSV(B) 295.29º 0.98% 0.41% -
XYZ 7.34 3.53 13.39 -
YUV 41.73 163.14 166.71 -
System Red Green Blue C M Y K H S L
Decimal 96 2 104 0.08 0.98 0 0.59 295.29 0.96 0.21
Hex 60 2 68 8 62 0 3B 127 60 15
Octal 140 2 150 10 142 0 73 447 140 25
Binary 1100000 10 1101000 1000 1100010 0 111011 100100111 1100000 10101

Color Harmonies of #600268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600268

Black with #600268

Text Example


Text Example

White with #600268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600268; }

 p { color: rgb(96,2,104); }

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

background-color css

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

 a { background-color: rgb(96,2,104); }

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

border-color css

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

 span { border-color: rgb(96,2,104); }

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