Html Css Color HEX #600FF3 Han Purple

📋 copy color: '#600FF3'

red 96 ◦ green 15 ◦ blue 243

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

Shades of Han Purple #600FF3

Tints of Han Purple #600FF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 68.64%

R = 27.12%
G = 4.24%
B = 68.64%

CMYK

 C value IS 0.60

 M value IS 0.94

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#600FF3 (or 0x600FF3) is known color: Han Purple. HEX triplet: 60, 0F and F3. RGB value is (96,15,243). Sum of RGB (Red+Green+Blue) = 96+15+243=354 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.12% from 354); Green value is 15 (6.25% from 255 or 4.24% from 354); Blue value is 243 (95.31% from 255 or 68.64% from 354); Max value from RGB is 243 - color contains mainly: blue. Hex color #600FF3 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #600FF3 is #9FF00C. Grayscale: #404040. Windows color (decimal): -10481677 or 15929184. OLE color: 15929184.

HSL color Cylindrical-coordinate representation of color #600FF3: hue angle of 261.32º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #600FF3 is Cyan = 0.60, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 96 15 243 -
CMYK 0.60 0.94 0 0.05
HSL 261.32º 0.9% 0.51% -
HSV(B) 261.32º 0.94% 0.95% -
XYZ 21.17 9.3 85.47 -
YUV 65.21 228.34 149.96 -
System Red Green Blue C M Y K H S L
Decimal 96 15 243 0.60 0.94 0 0.05 261.32 0.9 0.51
Hex 60 F F3 3C 5E 0 5 105 5A 33
Octal 140 17 363 74 136 0 5 405 132 63
Binary 1100000 1111 11110011 111100 1011110 0 101 100000101 1011010 110011

Color Harmonies of #600FF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600FF3

Black with #600FF3

Text Example


Text Example

White with #600FF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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