Html Css Color HEX #600FF5 Han Purple

📋 copy color: '#600FF5'

red 96 ◦ green 15 ◦ blue 245

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

Shades of Han Purple #600FF5

Tints of Han Purple #600FF5

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.21%

 BLUE value IS 245 (96.09% from 255) = 68.82%

R = 26.97%
G = 4.21%
B = 68.82%

CMYK

 C value IS 0.61

 M value IS 0.94

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#600FF5 (or 0x600FF5) is known color: Han Purple. HEX triplet: 60, 0F and F5. RGB value is (96,15,245). Sum of RGB (Red+Green+Blue) = 96+15+245=356 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.97% from 356); Green value is 15 (6.25% from 255 or 4.21% from 356); Blue value is 245 (96.09% from 255 or 68.82% from 356); Max value from RGB is 245 - color contains mainly: blue. Hex color #600FF5 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #600FF5 is #9FF00A. Grayscale: #404040. Windows color (decimal): -10481675 or 16060256. OLE color: 16060256.

HSL color Cylindrical-coordinate representation of color #600FF5: hue angle of 261.13º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #600FF5 is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 96 15 245 -
CMYK 0.61 0.94 0 0.04
HSL 261.13º 0.92% 0.51% -
HSV(B) 261.13º 0.94% 0.96% -
XYZ 21.48 9.42 87.07 -
YUV 65.44 229.34 149.8 -
System Red Green Blue C M Y K H S L
Decimal 96 15 245 0.61 0.94 0 0.04 261.13 0.92 0.51
Hex 60 F F5 3D 5E 0 4 105 5C 33
Octal 140 17 365 75 136 0 4 405 134 63
Binary 1100000 1111 11110101 111101 1011110 0 100 100000101 1011100 110011

Color Harmonies of #600FF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600FF5

Black with #600FF5

Text Example


Text Example

White with #600FF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600FF5; }

 p { color: rgb(96,15,245); }

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

background-color css

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

 a { background-color: rgb(96,15,245); }

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

border-color css

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

 span { border-color: rgb(96,15,245); }

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